Searched hist:fb66b364b5d2934d997cf397362d2a1696fb3aae (Results 1 – 1 of 1) sorted by relevance
| /optee_os/mk/ |
| H A D | aosp_optee.mk | fb66b364b5d2934d997cf397362d2a1696fb3aae Fri Jun 09 05:17:43 UTC 2023 Tadd Kao <tadd.kao@mediatek.com> mk/aosp_optee.mk: fix build dependency for static libraries
The dependency set by $(local_module_deps) needs different file paths for static libraries due to the commit [1]. Use the make variable, LOCAL_REQUIRED_MODULES [2], to properly set the dependencies for TA to link with static and shared libraries.
Fixes: d1b003febbcd ("mk: Support user static lib for aosp build") Link: https://android.googlesource.com/platform/build/+/refs/heads/android13-release/core/build-system.html#704 [2] Signed-off-by: Tadd Kao <tadd.kao@mediatek.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|