aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-09-15 12:08:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-15 12:08:14 +0000
commit77cb8f43323c57f8180137002179fee7da5067a8 (patch)
tree1f63e2d229a5688cbbefbc41b2754daff8cac92f
parent89fcf100ed39ba1d487ec8749ad4e9994e513e94 (diff)
parentaecd1e10da5835a2714ba212283d04549b5543c2 (diff)
downloadlibopus-77cb8f43323c57f8180137002179fee7da5067a8.tar.gz
Enable 32-bit armv8 NEON for libmopus
am: aecd1e10da Change-Id: I4c52194b74515e57095b6de49f3890a2c5c5362b
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4fa26996..257209c9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -204,7 +204,7 @@ cc_library_shared {
// Note: OPUS enhanced DSP/NEON implementation is not yet
// compatible with arm64. Only add the appropriate defines for
// 32-bit arm architecture.
- armv7_a_neon: {
+ neon: {
srcs: [
// CELT_SOURCES_ARM_NEON_INTR
"celt/arm/celt_neon_intr.c",