OsmAnd~ (net.osmand.plus): cleanup

This commit is contained in:
Daniel Martí 2014-02-09 14:31:40 +01:00
parent 00fecc0e91
commit 39dc90f12f

View file

@ -8,9 +8,6 @@ Donate:https://code.google.com/p/osmand/#Please_support_the_project
Auto Name:OsmAnd~ Auto Name:OsmAnd~
Summary:Maps & navigation; online and off Summary:Maps & navigation; online and off
Description: Description:
'''N.B''' Each apk is labelled according to the CPU architecture which it is
designed to run on; if in doubt, use ARM.
Osmand~'s features can be extended by enabling the plugins Osmand~'s features can be extended by enabling the plugins
via the settings, which include online via the settings, which include online
maps from many sources, tracking, OSM editing and accessibility enhancements. maps from many sources, tracking, OSM editing and accessibility enhancements.
@ -24,7 +21,6 @@ for creating your own.
The "~" is appended to differentiate it from the developers' builds. The "~" is appended to differentiate it from the developers' builds.
. .
# Name srclibs in such a way as to replicate OsmAnd build tree
Repo Type:srclib Repo Type:srclib
Repo:android Repo:android
@ -103,7 +99,6 @@ Build:0.8.2,71
cp -r ../DataExtractionOSM/build/lib/ libs/ cp -r ../DataExtractionOSM/build/lib/ libs/
buildjni=yes buildjni=yes
# branch r1.5
Build:1.5-MIPS,143 Build:1.5-MIPS,143
commit=0eb598d815c commit=0eb598d815c
subdir=OsmAnd subdir=OsmAnd
@ -125,7 +120,6 @@ Build:1.5-MIPS,143
ant build -f ../OsmAnd-java/build.xml ant build -f ../OsmAnd-java/build.xml
buildjni=no buildjni=no
# branch r1.5
Build:1.5-X86,144 Build:1.5-X86,144
commit=0eb598d815c commit=0eb598d815c
subdir=OsmAnd subdir=OsmAnd
@ -147,7 +141,6 @@ Build:1.5-X86,144
ant build -f ../OsmAnd-java/build.xml ant build -f ../OsmAnd-java/build.xml
buildjni=no buildjni=no
# branch r1.5
Build:1.5-ARM,145 Build:1.5-ARM,145
commit=0eb598d815c commit=0eb598d815c
subdir=OsmAnd subdir=OsmAnd
@ -160,7 +153,7 @@ Build:1.5-ARM,145
prebuild=rm ../../core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \ prebuild=rm ../../core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \ sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
$$SDK$$/tools/android update project -p ../SherlockBar && \ $$SDK$$/tools/android update project -p ../SherlockBar && \
sed -i 's/app_version">[^<]*/app_version">1.5-ARM/' res/values/no_translate.xml && \ sed -i 's/app_version">[^<]*/app_version">1.5-ARM/' res/values/no_translate.xml && \
sed -i '/keys/d' ant.properties && \ sed -i '/keys/d' ant.properties && \
cd ../../core/ && \ cd ../../core/ && \
git apply ../android/OsmAnd/libs/perms-osmand_145.diff && \ git apply ../android/OsmAnd/libs/perms-osmand_145.diff && \