Remove VNDK definition(s)

As of VNDK deprecation, any libraries that defines vndk is no longer
valid anymore. This change removes all VNDK definition(s) from modules
which was VNDK. Any former VNDK-SP libraries will be marked as double-loadable,
so it can keep be able to be referenced by LLNDK libraries.

Bug: 328994089
Test: AOSP CF build succeeded
Change-Id: I35829a82feab0460a36c082edb9baedb153719f5
This commit is contained in:
Kiyoung Kim 2024-03-11 13:04:37 +09:00
parent ec29d4c368
commit f56411b80d

View file

@ -109,10 +109,7 @@ cc_library_shared {
host_supported: true, host_supported: true,
recovery_available: true, recovery_available: true,
vendor_available: true, vendor_available: true,
vndk: { double_loadable: true,
enabled: true,
support_system_process: true,
},
target: { target: {
host: { host: {
exclude_shared_libs: [ exclude_shared_libs: [