Revert "Disable net.osmand.plus"
This reverts commit d3503faa4d
. It doesn't
make any sense to disable this because "it's old". It's fully
functional.
This commit is contained in:
parent
d3503faa4d
commit
edc334c8ec
|
@ -1,4 +1,3 @@
|
|||
Disabled:Can't resolve build difficulties and RV is very old
|
||||
Category:Navigation
|
||||
License:GPLv3
|
||||
Web Site:http://osmand.net
|
||||
|
@ -51,7 +50,6 @@ sed -i 's/app_version">[^<]*/app_version">0.8.2-fdroid/' res/values/no_translate
|
|||
cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
|
||||
zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
|
||||
cp -r ../DataExtractionOSM/build/lib/ libs/
|
||||
|
||||
# Name srclibs in such a way as to replicate OsmAnd build tree
|
||||
# Could try making https://github.com/osmandapp/OsmAnd-external-qtbase a srclib too
|
||||
# Don't really understand what the other build.xmls do: they don't appear to put jars in classpath
|
||||
|
@ -80,7 +78,8 @@ res/values/no_translate.xml && sed -i '/keys/d' ant.properties,build=\
|
|||
ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_X86_ONLY=true ./ndk-build.sh && \
|
||||
ant jar native-libs -f $$tools$$/OsmAndMapCreator/build.xml && \
|
||||
ant build -f ../OsmAnd-java/build.xml,buildjni=no
|
||||
Build Version:1.4-ARM,1452,!some permission error on build server at r1.4,forcevercode=yes,\
|
||||
|
||||
Build Version:1.4-ARM,1452,r1.4,forcevercode=yes,\
|
||||
rm=SherlockBar/build.xml,subdir=OsmAnd,encoding=utf-8,\
|
||||
srclibs=tools@9b4c9da995;core@r1.1.4,prebuild=\
|
||||
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||
|
|
Loading…
Reference in a new issue