aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-09-15 12:39:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-15 12:39:19 +0000
commit5266f02194d102b842f4f762c6fe06ee050657d9 (patch)
treedb8534983f22c73a79cfd24471df530ed11fb601 /Android.bp
parentc7b074c39f35e8f00bdf37f043d4df82bedbe513 (diff)
parenta92a20b8959b42737ec033fd57cba17ed63eca81 (diff)
downloadlibopus-5266f02194d102b842f4f762c6fe06ee050657d9.tar.gz
Enable 32-bit armv8 NEON for libmopus am: aecd1e10da am: 77cb8f4332
am: a92a20b895 Change-Id: I5a6308bc8fde8d47fe42a6968cc8a578ffa7762d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 94ef8b68..cd7e229a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -208,7 +208,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",