| commit | 0293dd912c9cf9f3e4064588c0115b39fc33ad54 | [log] [tgz] |
|---|---|---|
| author | Esteban Blanc <eblanc@baylibre.com> | Thu Sep 12 12:18:05 2024 +0000 |
| committer | Jérôme Forissier <jerome@forissier.org> | Tue Sep 17 09:50:07 2024 +0200 |
| tree | 16773882383d1648cd5ad227794b75216e5b2fc9 | |
| parent | a5b1ffcd26e328af0bbf18ab448a38ecd558e05c [diff] |
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>
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