Fix order
This commit is contained in:
parent
f902e16d75
commit
1d19611035
1 changed files with 4 additions and 8 deletions
|
@ -1,13 +1,9 @@
|
|||
ifdef BUILD_ONLY_OLD_LIB
|
||||
OSMAND_MAKEFILES := $(all-subdir-makefiles) $(call all-makefiles-under,$(call my-dir)/../../../core/targets/android)
|
||||
else
|
||||
OSMAND_MAKEFILES := \
|
||||
$(all-subdir-makefiles) \
|
||||
$(call my-dir)/../../../jni/Android.mk \
|
||||
$(call my-dir)/../../../core/Android.mk \
|
||||
$(call all-makefiles-under,$(call my-dir)/../../../core/externals) \
|
||||
$(call my-dir)/../../../core/utils/Android.mk
|
||||
endif
|
||||
$(call my-dir)/../../../core/Android.mk \
|
||||
$(call my-dir)/../../../core/utils/Android.mk \
|
||||
$(all-subdir-makefiles) \
|
||||
$(call my-dir)/../../../jni/Android.mk
|
||||
|
||||
# Protect from previous builds
|
||||
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
|
|
Loading…
Reference in a new issue