This commit is contained in:
Alexey Pelykh 2013-08-11 13:28:11 +03:00
parent 7cefd42bc8
commit 660a1a3a2d
2 changed files with 14 additions and 14 deletions

View file

@ -12,7 +12,7 @@ else
OSMAND_MAKEFILES := \
$(call all-makefiles-under,$(ROOT_PATH)/core/externals) \
$(ROOT_PATH)/core/Android.mk \
$(call all-makefiles-under,$(LOCAL_PATH)/) \
$(LOCAL_PATH)/cpufeatures_proxy/Android.mk \
$(ROOT_PATH)/android/OsmAnd-java/Android.mk
$(info OsmAnd makefiles: $(OSMAND_MAKEFILES))
endif

View file

@ -1,5 +1,5 @@
# CPU Features library should not be built for newon
#ifneq ($(OSMAND_BUILDING_NEON_LIBRARY),true)
# CPU Features library should not be built for NEON
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
endif