Nearly building

This commit is contained in:
Daniel Martí 2014-02-10 23:57:20 +01:00
parent c1a6075079
commit 66e81c9a67

View file

@ -108,17 +108,16 @@ Build:1.6.5,165
forcevercode=yes
init=rm -f ../SherlockBar/build.xml build.xml
patch=analytics_165.diff
prebuild=sed -i 's/debuggable="true"/debuggable="false"/' AndroidManifest.xml && \
sed -i 's/app_version">[^<]*/app_version">1.6.5/' res/values/no_translate.xml && \
prebuild=sed -i 's/app_version">[^<]*/app_version">1.6.5/' res/values/no_translate.xml && \
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 build -f ../OsmAnd-java/build.xml && \
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:
No UCMs apply because the bumping of version names/codes is very weird.
No UCMs apply because git never contains actual releases, only pre-releses.
.
Auto Update Mode:None