summaryrefslogtreecommitdiff
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
commitca20da1752bec57be0b78a1d01bc6e5847bdd490 (patch)
treed44aeb6b1fe54e12e223629871c44b49aa3768ee
parentf281428b765d372f820b13cc9521ebfbed05207b (diff)
downloadlibnl-ca20da1752bec57be0b78a1d01bc6e5847bdd490.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: I21c6ad95c6ba999df0a5d66e242b9bfe39b89713
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index e76a7afb..841ecc8f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,9 +40,6 @@ cc_library {
host_supported: true,
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
target: {
darwin: {