make current BVs non-debuggable as suggested in MR#142
This commit is contained in:
parent
0984eb3944
commit
5556cdcbee
|
@ -40,11 +40,13 @@ Build Version:0.8.1,65,d62472532d8,subdir=OsmAnd,encoding=utf-8,buildjni=no,targ
|
|||
prebuild=cd ../DataExtractionOSM && \
|
||||
ant compile build && \
|
||||
cd ../OsmAnd/ && \
|
||||
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||
cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
|
||||
zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
|
||||
cp -r ../DataExtractionOSM/build/lib/ libs/
|
||||
Build Version:0.8.2,71,50a4733475cd,subdir=OsmAnd,encoding=utf-8,buildjni=yes,target=android-8,update=force,forceversion=yes,\
|
||||
forcevercode=yes,submodules=yes,prebuild=\
|
||||
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||
cd ../DataExtractionOSM && \
|
||||
ant compile build && \
|
||||
cd ../OsmAnd/ && \
|
||||
|
|
Loading…
Reference in a new issue