summaryrefslogtreecommitdiff
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
commit32820887eb007c5374f5826117d87b09c2d4f645 (patch)
treef39d73a0fc36f7692bc6ff2eaff5ce39d9ecc0e3
parent2efdd91222c4c5f929335f34cbc3b576343cf1d2 (diff)
downloadlibldac-master.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: I8746e04b222e97fefd9a0badafe6df0881041cff
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index bccd1fc..3ce7a9d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,9 +25,6 @@ cc_library {
name: "libldacBT_enc",
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
host_supported: true,
arch: {
arm: {
@@ -59,9 +56,6 @@ cc_library {
name: "libldacBT_abr",
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
host_supported: true,
arch: {
arm: {