summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:29 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:29 +0900
commitf2469cfccf88eb3ce8a5189dec1b4c22e9f8d263 (patch)
tree8ba4c16fc9855d2c060a3f2acce465027e39998f
parent2ef2159db1ba171cb3be1bc9ca1f255f87b8b051 (diff)
downloadexpat-f2469cfccf88eb3ce8a5189dec1b4c22e9f8d263.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: Ie251a3484bcb50a2b4a9d63049461a1eeb475df7
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 9ba1a6fa..5537fb0d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,9 +41,6 @@ cc_library {
name: "libexpat",
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
double_loadable: true,
host_supported: true,
unique_host_soname: true,