aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:30 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:30 +0900
commit6d270e53f3e8318bd94635936a51588a124d8bf5 (patch)
tree8f0821278a26198886cc2693ed1e6ed5d72fe213
parentb600abc3400fbdefa2ed8f7fcf01176aa676ff08 (diff)
downloadlibxml2-6d270e53f3e8318bd94635936a51588a124d8bf5.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: I9217aa1a44f78be848b312f128dbd9297ce0838e
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 28f4af04..77d294ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -148,9 +148,6 @@ cc_library {
defaults: ["libxml2-defaults"],
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
host_supported: true,
target: {
android: {