diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index f46832c6db..24eaa2013e 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -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: