summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-03-14 14:02:11 -0700
committerIliyan Malchev <malchev@google.com>2011-03-14 14:24:23 -0700
commitbc4e4ffb95de25e9f9b962a61f8cd466247b2b79 (patch)
treeaf7476f91cafde2cf2663294422de741c2e0844f
parenta07c4fc903b43a4c6d2a8a7189014ac12b56c372 (diff)
downloadandroid_external_speex-bc4e4ffb95de25e9f9b962a61f8cd466247b2b79.tar.gz
android_external_speex-bc4e4ffb95de25e9f9b962a61f8cd466247b2b79.tar.bz2
android_external_speex-bc4e4ffb95de25e9f9b962a61f8cd466247b2b79.zip
external/speex: remove LOCAL_PRELINK_MODULE
Change-Id: I52e900ec6d49f90aa8945856d0de3058576888bc Signed-off-by: Iliyan Malchev <malchev@google.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7a09505..6499287 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,7 +28,7 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE:= libspeex
-LOCAL_PRELINK_MODULE := false
+
LOCAL_CFLAGS+= -DEXPORT= -DFLOATING_POINT -DUSE_SMALLFT -DVAR_ARRAYS
LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays