aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:32 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:32 +0900
commit124599333514066524f55f5f41fbf0d46212e598 (patch)
tree3ea9be4f6e085b404fa4c96e7c47ac973a6b2b46
parent57f3affff4d153e998600bcdd7575cedc4498c0a (diff)
downloadlz4-124599333514066524f55f5f41fbf0d46212e598.tar.gz
Remove VNDK definition(s)HEADmastermain
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: I40d3faf1b395cdecdcc07e4c6e8f7356cc25e517
-rw-r--r--lib/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index ecdeda01..007ebd78 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -31,9 +31,6 @@ cc_library {
product_available: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
- vndk: {
- enabled: true,
- },
host_supported: true,
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,