From efc904427854d46afd7caf89e55865916e1d2a15 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sat, 10 Aug 2013 23:44:17 +0200 Subject: [PATCH] Update build to include neon --- OsmAnd/jni/cpufeatures_proxy/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/jni/cpufeatures_proxy/Android.mk b/OsmAnd/jni/cpufeatures_proxy/Android.mk index 6842e5942e..cdc92f32c8 100755 --- a/OsmAnd/jni/cpufeatures_proxy/Android.mk +++ b/OsmAnd/jni/cpufeatures_proxy/Android.mk @@ -1,5 +1,5 @@ # CPU Features library should not be built for newon -ifneq ($(OSMAND_BUILDING_NEON_LIBRARY),true) +#ifneq ($(OSMAND_BUILDING_NEON_LIBRARY),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -19,4 +19,4 @@ endif $(call import-module,android/cpufeatures) -endif \ No newline at end of file +#endif \ No newline at end of file