Restore android build
This commit is contained in:
parent
ab15bec7ec
commit
6b6c4ffd9a
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
OSMAND_MAKEFILES := $(all-subdir-makefiles) $(call all-makefiles-under,$(call my-dir)/../../../core)
|
||||
OSMAND_MAKEFILES := \
|
||||
$(all-subdir-makefiles) \
|
||||
$(call all-makefiles-under,$(call my-dir)/../../../core) \
|
||||
$(call all-makefiles-under,$(call my-dir)/../../../core/externals)
|
||||
|
||||
# Protect from previous builds
|
||||
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
|
|
Loading…
Reference in a new issue