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