aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:13:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:13:51 +0000
commitd0ba36f3f26569877b688bd78eb09bf2e160a108 (patch)
tree42199bae9a97ff21b648237fdb05c9510950188c
parentc2269c7e7632ac4aefd34d38fa95c370b752a0e3 (diff)
parentb15c0286d356573a18b64a5ab13301dcb27a2784 (diff)
downloadspeex-d0ba36f3f26569877b688bd78eb09bf2e160a108.tar.gz
Snap for 11630439 from b15c0286d356573a18b64a5ab13301dcb27a2784 to sdk-release
Change-Id: I441da21fedb59be041f2e15f9a11a324532d014b
-rw-r--r--Android.bp8
1 files changed, 1 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index ec1f5ac..93c5400 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",
@@ -65,10 +62,7 @@ cc_library_shared {
arch: {
arm: {
instruction_set: "arm",
-
- neon: {
- cflags: ["-D_USE_NEON"],
- },
+ cflags: ["-D_USE_NEON"],
},
},
srcs: ["libspeexdsp/resample.c"],