aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:31 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-18 01:45:05 +0000
commite69e84018dfba29405754a6e5c1a77d83262ace8 (patch)
tree6cbf0d73485a9bbadc8b9354853edcd90470a20a
parent8d9bb112388603ff5e416dc6fd98278c60ada8e0 (diff)
downloadjsoncpp-e69e84018dfba29405754a6e5c1a77d83262ace8.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: I7ad19c18d2bd3637ae9a5da90fe807bf7f8f138b
-rw-r--r--Android.bp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 69e24f9..b8207b9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,10 +69,7 @@ cc_library {
defaults: ["libjsoncpp_defaults"],
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- support_system_process: true,
- },
+ double_loadable: true,
host_supported: true,
ramdisk_available: true,
vendor_ramdisk_available: true,