Enable 32-bit armv8 NEON for libmopus
am: aecd1e10da

Change-Id: I4c52194b74515e57095b6de49f3890a2c5c5362b
diff --git a/Android.bp b/Android.bp
index 4fa2699..257209c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -204,7 +204,7 @@
             // 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",