summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:37 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-15 08:25:14 +0000
commitf56411b80dfd11f5ea69ef35123d3c24e044cd6b (patch)
treee9e01188335e92da94366b1198964f75558468f4
parentec29d4c368a3c7db792e524a42b97ce355e6b9a0 (diff)
downloadlibhardware-f56411b80dfd11f5ea69ef35123d3c24e044cd6b.tar.gz
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
-rw-r--r--Android.bp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index d9e0694a..b88f5418 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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: [