Update legacy builds
This commit is contained in:
parent
1ca57cdea2
commit
8ea4542647
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ $(info OsmAnd root: $(ROOT_PATH))
|
|||
ifdef BUILD_ONLY_OLD_LIB
|
||||
OSMAND_MAKEFILES := \
|
||||
$(all-subdir-makefiles) \
|
||||
$(call all-makefiles-under,$(ROOT_PATH)/core/targets/android)
|
||||
$(call all-makefiles-under,$(ROOT_PATH)/core-legacy/targets/android)
|
||||
else
|
||||
# } LEGACY
|
||||
OSMAND_MAKEFILES := \
|
||||
|
|
|
@ -21,5 +21,5 @@ if [ -z "$OSMAND_X86_ONLY" ] && [ -z "$OSMAND_ARM_ONLY" ] && [ -z "$OSMAND_ARMv5
|
|||
echo "BUILD_ALL set to true"
|
||||
fi
|
||||
export BUILD_ONLY_OLD_LIB=1
|
||||
"$SCRIPT_LOC/../../core/externals/configure.sh"
|
||||
"$SCRIPT_LOC/../../core-legacy/externals/configure.sh"
|
||||
(cd "$SCRIPT_LOC" && "$ANDROID_NDK/ndk-build" -j1)
|
||||
|
|
Loading…
Reference in a new issue