The host tests currently rely on the host version of openssl to do testing. If you're on a debian derivative, install 'libssl-dev' or a compatible library. Other distributions may have this available labeled as an openssl "development" package.
If you do not wish to install that library, you may instead edit trusty/vendor/google/aosp/scripts/test-map and remove the host test lines, as they are not vital to building a Trusty kernel. On Tuesday, November 12, 2019 at 11:28:58 AM UTC-8, Aaron Simmons wrote: > > I'm trying to build AOSP along with the Trusty TEE > <https://source.android.com/security/trusty/download-and-build>. > However, the build falls down due to OpenSSL: > > building > /home/paleozogt/Development/trusty/build-root/build-generic-arm64/host_tests/obj/storage_test/trusty/user/app/storage/test/../block_cache.o > trusty/user/app/storage/test/../block_cache.c:27:10: fatal error: > 'openssl/crypto.h' file not found > #include <openssl/crypto.h> > ^~~~~~~~~~~~~~~~~~ > 1 error generated. > > Any ideas on how to get Trusty TEE to build? I'd report this as a bug, > but I'm not sure where to file Trusty bugs. > > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/19f1a234-125d-47ff-b14b-0dfa9c76a87d%40googlegroups.com.
