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:
parent
ec29d4c368
commit
f56411b80d
1 changed files with 1 additions and 4 deletions
|
@ -109,10 +109,7 @@ cc_library_shared {
|
|||
host_supported: true,
|
||||
recovery_available: true,
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
support_system_process: true,
|
||||
},
|
||||
double_loadable: true,
|
||||
target: {
|
||||
host: {
|
||||
exclude_shared_libs: [
|
||||
|
|
Loading…
Reference in a new issue