Android.mk: remove OPTEE_CLIENT_EXPORT

OPTEE_CLIENT_EXPORT is not required in Android.mk. The AOSP build does
not create an out/export dir.

Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
7 files changed
tree: 9d002d8b03f2677fe20f924dfc3eb62f1e42beaa
  1. acipher/
  2. aes/
  3. hello_world/
  4. hotp/
  5. plugins/
  6. random/
  7. secure_storage/
  8. .gitignore
  9. Android.mk
  10. CMakeLists.txt
  11. CMakeToolchain.txt
  12. LICENSE
  13. Makefile
  14. README.md
README.md

OP-TEE Sample Applications

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