Didn't mean to commit the osmand wip part

This commit is contained in:
Daniel Martí 2014-02-11 17:23:27 +01:00
parent 2db96ade58
commit a096e1e891
1 changed files with 3 additions and 1 deletions

View File

@ -101,6 +101,7 @@ Repo:https://github.com/mvdan/OsmAnd-submodules
# buildjni=yes
Build:1.6.5,165
disable=WIP
commit=1.6.5
submodules=yes
subdir=android/OsmAnd
@ -111,7 +112,8 @@ Build:1.6.5,165
echo -e 'NDK_TOOLCHAIN_VERSION := 4.8\nAPP_ABI := armeabi armeabi-v7a x86 mips\nOSMAND_SKIP_NEON_SUPPORT := false\nOSMAND_FORCE_NEON_SUPPORT := false\nAPP_OPTIM := release' >> jni/Application.mk
build=sed -i 's/EXTERNAL_DEPENDENCIES=(/EXTERNAL_DEPENDENCIES=(boost-android /' full-ndk-build.sh && \
ANDROID_SDK=$$SDK$$ ./full-ndk-build.sh && \
ant jar native-libs -f ../../tools/OsmAndMapCreator/build.xml
ant jar native-libs -f ../../tools/OsmAndMapCreator/build.xml && \
ant build -f ../OsmAnd-java/build.xml
buildjni=no
Maintainer Notes: