aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index ec1f5ac..b825ece 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,10 +65,7 @@ cc_library_shared {
arch: {
arm: {
instruction_set: "arm",
-
- neon: {
- cflags: ["-D_USE_NEON"],
- },
+ cflags: ["-D_USE_NEON"],
},
},
srcs: ["libspeexdsp/resample.c"],