Home
last modified time | relevance | path

Searched hist:a1e5e9406c52e8e23aedf1c25576dca19c2b8ac4 (Results 1 – 1 of 1) sorted by relevance

/optee_os/mk/
H A Daosp_optee.mka1e5e9406c52e8e23aedf1c25576dca19c2b8ac4 Thu Jul 06 12:09:47 UTC 2023 Tadd Kao <tadd.kao@mediatek.com> mk/aosp_optee.mk: fix build dependency between a TA and its libraries

The LOCAL_REQUIRED_MODULES proposed by the commit [1] creates the
dependency for the specified modules and product to make sure they are
installed to the product image. But it doesn't create the dependency
between a TA and its libraries for build process to correctly link them.
Add the dependency back and change the depended file to the result file
in the intermediate directory instead of the installation directory.

Fixes: fb66b364b5d2 ("mk/aosp_optee.mk: fix build dependency for static libraries")
Signed-off-by: Tadd Kao <tadd.kao@mediatek.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>