aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-09-15 12:27:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-15 12:27:05 +0000
commita92a20b8959b42737ec033fd57cba17ed63eca81 (patch)
tree1f63e2d229a5688cbbefbc41b2754daff8cac92f /Android.bp
parent89fcf100ed39ba1d487ec8749ad4e9994e513e94 (diff)
parent77cb8f43323c57f8180137002179fee7da5067a8 (diff)
downloadlibopus-a92a20b8959b42737ec033fd57cba17ed63eca81.tar.gz
Enable 32-bit armv8 NEON for libmopus am: aecd1e10da
am: 77cb8f4332 Change-Id: Ibfaa37f5c234c28ce16324c08330ad181bc1153e
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 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",