summaryrefslogtreecommitdiff
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:43:51 +0000
commit2a6089e46aa036245a1bac287e418eb0bedbac2f (patch)
tree1324932a33262523d91c4637d355dae0b4134cd1
parent0e1c1b441030578bcafa71dafe93ebf5427d1d74 (diff)
downloadlibcxx-2a6089e46aa036245a1bac287e418eb0bedbac2f.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: Ib034c17e5f5faf811d6464f670db8e9b56633a5a
-rw-r--r--Android.bp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index d740cea6b..57fbf9df1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -152,10 +152,7 @@ cc_library_shared {
vendor_available: true,
product_available: true,
native_bridge_supported: true,
- vndk: {
- enabled: true,
- support_system_process: true,
- },
+ double_loadable: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,