commit | 80a4c131410f8f8a04aa360d05b7b73c504e5117 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Tue May 21 11:45:13 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue May 21 12:49:56 2019 +0200 |
tree | cb4c6f16c8264d511ca00962c4d2fe526ef44d66 | |
parent | 6bcc3bba9268ea7fde152a969e47884b71898e3a [diff] |
sstorage: fix vendor linker error Fix the following error showing up when trying to build the secure storage example on AOSP. external/optee_examples/secure_storage/Android.mk: error: optee_example_secure_storage (native:platform) should not link to libteec (native:vendor) Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.
// OP-TEE core maintainers