Add CoreUtils
This commit is contained in:
parent
a56688673e
commit
74009352be
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ OSMAND_MAKEFILES := \
|
||||||
$(all-subdir-makefiles) \
|
$(all-subdir-makefiles) \
|
||||||
$(call my-dir)/../../../jni/Android.mk \
|
$(call my-dir)/../../../jni/Android.mk \
|
||||||
$(call my-dir)/../../../core/Android.mk \
|
$(call my-dir)/../../../core/Android.mk \
|
||||||
$(call all-makefiles-under,$(call my-dir)/../../../core/externals)
|
$(call all-makefiles-under,$(call my-dir)/../../../core/externals) \
|
||||||
|
$(call my-dir)/../../../core/utils/Android.mk
|
||||||
|
|
||||||
# Protect from previous builds
|
# Protect from previous builds
|
||||||
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||||
|
|
Loading…
Reference in a new issue