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-11 13:04:31 +0900
commit22617996a1763fb91a6b828d86f28b68137e8740 (patch)
tree60401fe07afab9bef9b7307f083482d0a99a73c2
parentca54684404b006f305ca98d88198703778b3de16 (diff)
downloadpcre-22617996a1763fb91a6b828d86f28b68137e8740.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. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I7e1283b70ff4a0b731882864895d909c0fa99d02
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 43799f10..49413e2d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,9 +59,6 @@ cc_library {
host_supported: true,
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
double_loadable: true,
ramdisk_available: true,
vendor_ramdisk_available: true,