For the Treble devices without BOARD_VNDK_VERSION, we must have a
list of vndk-sp libs.
If there are some missing vndk-sp libs in the list, add them to the
list automatically.
Bug: 72470805
Bug: 69526027
Test: build sailfish/marlin and check boot
Change-Id: Ifc30ae32b6353141954bdcb8b0e40940382eb8a4
Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
maybe its moved to libstagefright and libstagefright_foundation
as per 54c8809675
i am not sure
Signed-off-by: Jyotiraditya <dreadnaught02@outlook.com>
* VNDK runtime isolation is kept disabled for now because that's
also how Xiaomi is shipping P on their devices.
Change-Id: I43140442ab33f3e9633bb4f347e2bee9be97b447
* Move vendor android.hidl.base@1.0 to EXTRA_VENDOR_LIBRARIES as well
to make code cleaner.
* Remove android.hidl.manager@1.0-java from product packages as it's
built by default.
Change-Id: Ia95e09b21ce42137cac9a1dd22f208fd9de9bf20
- libutilscallstack is being dynamically loaded by
a vndk enabled library that is available to vendor
but lisutilscallstack is not
- To fix this, we need to add libutilscallstack to vndk libraries
- Also add any dependent libraries (libdexfile)
Change-Id: Iefb26b9d50f2cef3902a035c78fbd58b418db116
CRs-Fixed: 2191124
This change is to add some more libraries needed to
be present in the vndk-sp library set. Also, move towards
a better the mechanism to build vndk-sp.
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>