aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:36 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:36 +0900
commitb2a874ed599bbe06f194ddc02d01d141625ed725 (patch)
treed73bb612fc58f488a8cc7007f4a970040105efc3
parent3c60c0ae7f1d223bb301d85f279981ca712a8caf (diff)
downloadtinyalsa-b2a874ed599bbe06f194ddc02d01d141625ed725.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: Ic3eb855bdeec320fa99c8ad6688eabd85985817f
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 045924c..10268b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,9 +20,6 @@ cc_library {
host_supported: true,
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
srcs: [
"mixer.c",
"mixer_hw.c",