Disable ARM neon reampler optimizations.

Neon optimizations cause a crash when resampling from 44.1 to 16kHz.
Disabling while investigating.

Change-Id: I6066e48b010bdfeb8449970981da43cd7204a454
diff --git a/Android.mk b/Android.mk
index 50985dc..72c8abe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -52,7 +52,7 @@
 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
 
 ifeq ($(ARCH_ARM_HAVE_NEON),true)
-	LOCAL_CFLAGS += -D_USE_NEON
+#	LOCAL_CFLAGS += -D_USE_NEON
 endif
 
 LOCAL_C_INCLUDES += \