tee-supplicant: add sd_notify.c to Android.bp sources

Fixes the following link error:
ld.lld: error: undefined symbol: sd_notify_ready
>>> referenced by tee_supplicant.c:928 (vendor/linaro/optee_client/tee-supplicant/src/tee_supplicant.c:928)

Fixes: a5b1ffc ("tee-supplicant: send READY=1 notification to systemd")
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Esteban Blanc <eblanc@baylibre.com>
1 file changed
tree: 16773882383d1648cd5ad227794b75216e5b2fc9
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. scripts/
  8. tee-supplicant/
  9. .gitattributes
  10. .gitignore
  11. Android.bp
  12. CMakeLists.txt
  13. CMakeToolchain.txt
  14. config.mk
  15. flags.mk
  16. LICENSE
  17. Makefile
  18. optee_client.device.mk
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Client API

This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.

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_client.

// OP-TEE core maintainers