aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:34 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:34 +0900
commit6da632bf346d8a0bbb053f79eedaf645229714b8 (patch)
treea6aa93e2dbaed44507238bae917af5c6211ec7b5
parent481d7affa6f9541df09022bd97370e98584780f7 (diff)
downloadspeex-6da632bf346d8a0bbb053f79eedaf645229714b8.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: Iaa9f63d1827901b82873be1bbc08873a8a928f4b
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ec1f5ac..71e7221 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,9 +51,6 @@ cc_library_shared {
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
double_loadable: true,
apex_available: [
"//apex_available:platform",