Remove more unnecessary debuggable stuff

This commit is contained in:
Daniel Martí 2014-05-29 09:47:48 +02:00
parent 1016d121e3
commit 0de4363ac9
13 changed files with 7 additions and 27 deletions

View File

@ -21,8 +21,7 @@ Build:2.4.1,18
commit=ffcc3025f5d99ee
target=Google Inc.:Google APIs:15
update=.,libs/ActionBarSherlock
prebuild=sed -i 's/android:debuggable="true"/android:debuggable="false"/' AndroidManifest.xml && \
sed -i 's/<uses-library android:name="com.google.android.maps"/<uses-library android:name="com.google.android.maps" android:required="false"/' AndroidManifest.xml && \
prebuild=sed -i 's/<uses-library android:name="com.google.android.maps"/<uses-library android:name="com.google.android.maps" android:required="false"/' AndroidManifest.xml && \
echo "android.library.reference.1=libs/ActionBarSherlock" >> project.properties
Build:2.5.0,20

View File

@ -28,20 +28,16 @@ Repo:GhostCommander
Build:1.35.1b5,97
commit=141
prebuild=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml
# All commit messages are empty, so I'm just guessing the revision.
Build:1.35,94
commit=131
prebuild=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml
Build:1.36.4,110
commit=161
prebuild=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml
Build:1.40,160
commit=302
prebuild=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml
Build:1.40.1,163
commit=307

View File

@ -20,7 +20,6 @@ Build:1.0,1
cd .. && \
./ChangeAppSettings.sh -a
target=android-12
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
buildjni=yes
Auto Update Mode:None

View File

@ -34,8 +34,7 @@ Build:0.6.2.15,6215
./changeAppSettings.sh -a
target=android-17
rm=project/jni/application/commandergenius/commandergenius/icotool
build=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
cd .. && \
build=cd .. && \
./build.sh release
buildjni=no

View File

@ -40,8 +40,7 @@ Repo:https://github.com/redsolution/xabber-android.git
Build:0.9.29a,78
commit=cbfe6da973b63ea36ea9e879ceaa057ad21624ec
target=android-10
prebuild=sed -i "/debuggable.*true/d" AndroidManifest.xml && \
git clone https://github.com/redsolution/otr4j && \
prebuild=git clone https://github.com/redsolution/otr4j && \
ant jar -f otr4j/build.xml && \
mv otr4j/bin/debug/jar/otr4j.jar libs/otr4j.jar

View File

@ -149,8 +149,7 @@ Build:0.9.7.3,30
init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && \
rm -f submodules/dslv/demo/target/*.apk
maven=yes
prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java && \
sed -i '32 i \\tandroid:debuggable=\"false\"' AndroidManifest.xml
prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
Build:0.9.7.4,31
commit=0.9.7.4

View File

@ -75,7 +75,6 @@ Repo:https://github.com/mvdan/OsmAnd-submodules
# 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/
@ -90,8 +89,7 @@ Repo:https://github.com/mvdan/OsmAnd-submodules
# encoding=utf-8
# forceversion=yes
# forcevercode=yes
# prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
# cd ../DataExtractionOSM && \
# prebuild=cd ../DataExtractionOSM && \
# ant compile build && \
# cd ../OsmAnd/ && \
# sed -i 's/app_version">[^<]*/app_version">0.8.2-fdroid/' res/values/no_translate.xml && \

View File

@ -16,7 +16,6 @@ Repo:https://github.com/congresointeractivo/elegilegimobile.git
Build:0.0.1,1
commit=83fe313
subdir=platforms/android
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Auto Update Mode:None
Update Check Mode:None

View File

@ -32,7 +32,6 @@ Build:2.0.3-fdroid,2003
submodules=yes
prebuild=rm -rf tests submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
echo "version.name=2.0.3-fdroid" > default.properties && \
sed -i 's/allowBackup=\"true\"/debuggable=\"false\"/g' AndroidManifest.xml && \
sed -i 's@\(NDK_PATH=\).*@\1$$NDK$$@' Makefile && \
sed -i 's/markets\">true/markets\">=false/g' res/values/non_localizable_custom.xml
build=make BUILD_SILK=0 BUILD_X264=1 BUILD_GPLV3_ZRTP=1 BUILD_FOR_X86=1 prepare-sources
@ -47,7 +46,6 @@ Build:2.1.2-fdroid,2120
prebuild=sed -i '1 i NDK_PATH=$$NDK$$\nSDK_PATH=$$SDK$$/tools\nSDK_PLATFORM_TOOLS_PATH=$$SDK$$/platform-tools\n' Makefile && \
echo 'version.name=2.1.2-fdroid' > default.properties && \
rm -rf tests submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
sed -i 's/allowBackup="true"/debuggable="false"/g' AndroidManifest.xml && \
sed -i 's/markets">true/markets">=false/g' res/values/non_localizable_custom.xml
build=make
buildjni=no
@ -61,7 +59,6 @@ Build:2.2.0.2-fdroid,2202
prebuild=sed -i '1 i NDK_PATH=$$NDK$$\nSDK_PATH=$$SDK$$/tools\nSDK_PLATFORM_TOOLS_PATH=$$SDK$$/platform-tools\n' Makefile && \
echo 'version.name=2.2.0.2-fdroid' > default.properties && \
rm -rf tests submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
sed -i 's/allowBackup="true"/debuggable="false"/g' AndroidManifest.xml && \
sed -i 's/markets">true/markets">=false/g' res/values/non_localizable_custom.xml
build=make
buildjni=no
@ -72,7 +69,7 @@ Build:2.2.1.1,2211
submodules=yes
target=android-17
prebuild=rm -rf submodules/mssilk/ios_bin tests submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
sed -i -e 's/android:versionCode/android:versionName="2.2.1.1" android:versionCode/' -e 's/allowBackup/debuggable="false" allowBackup/' AndroidManifest.xml
sed -i -e 's/android:versionCode/android:versionName="2.2.1.1" android:versionCode/' AndroidManifest.xml
build=make generate-libs BUILD_SILK=0 BUILD_AMRNB=light BUILD_GPLV3_ZRTP=1 BUILD_G729=0 BUILD_TUNNEL=0
buildjni=no

View File

@ -51,7 +51,6 @@ Build:0.9.1-584,11527
sed 's/android-15/android-17/' -i setup_anddev.sh && \
./setup_anddev.sh && \
cd ../../../ && \
sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
cd openmsx/build/android/openmsx && \
declare -rx VERSION_NAME=0.9.1-584 && \
./launch_anddev_build.sh

View File

@ -38,8 +38,7 @@ Build:1.3.2.25,13225
patch -p 0 -d openttd-1.3.2 < openttd-trunk-android.patch && \
patch -p 0 -d openttd-1.3.2 < findversion.sh.patch
scanignore=project/jni/application/commandergenius/commandergenius/icotool
build=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
cd .. && \
build=cd .. && \
./build.sh release
buildjni=no

View File

@ -21,7 +21,6 @@ Build:1.99.0,99
forceversion=yes
forcevercode=yes
prebuild=sed -i 's/%s (%s)/(%s)/g' res/values/strings.xml && \
sed -i 's/@debuggable@/false/g' AndroidManifest.xml && \
rm -rf ../WhereRingTest ant-support
Auto Update Mode:None

View File

@ -59,12 +59,10 @@ Build:4.3.1,48
Build:4.3.2,49
commit=121
subdir=Quickdroid
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Build:4.4,50
commit=122
subdir=Quickdroid
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Auto Update Mode:None
Update Check Mode:RepoManifest