Revert "Patching 'android.library=true' in is no longer necessary"

This reverts commit 7803674329.
master
Daniel Martí 2014-03-31 20:17:38 +02:00
parent 232a35f2e5
commit 58996122f0
8 changed files with 11 additions and 7 deletions

View File

@ -2,5 +2,5 @@ Repo Type:git
Repo:https://github.com/etsy/AndroidStaggeredGrid
Subdir:library/src/main
Prepare:echo 'source.dir=java' > ant.properties
Prepare:echo 'source.dir=java' > ant.properties && echo 'android.library=true' >> project.properties

View File

@ -2,4 +2,4 @@ Repo Type:git
Repo:https://github.com/cketti/ckChangeLog
Subdir:library,ckChangeLog/src/main
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'target=android-19\nandroid.library=true' > project.properties
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties

View File

@ -2,5 +2,6 @@ Repo Type:git
Repo:https://github.com/mariotaku/Android-MenuComponent.git
Subdir:library
Prepare:mkdir -p libs && echo 'target=android-19' >> project.properties
Prepare:mkdir -p libs && echo -e 'android.library=true\ntarget=android-19' >> project.properties

View File

@ -3,5 +3,5 @@ Repo:https://github.com/mar-v-in/MobAdMob.git
Subdir:MobAdMob
Prepare:echo "target=android-16" >> project.properties
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties

View File

@ -3,6 +3,6 @@ Repo:https://github.com/mar-v-in/NoAnalytics.git
Subdir:NoAnalytics
Prepare:[ -f project.properties ] || echo "target=android-16" >> project.properties
Prepare:[ -f project.properties ] || echo -e "android.library=true\ntarget=android-16\n" >> project.properties

View File

@ -1,5 +1,5 @@
Repo Type:git-svn
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
Prepare:echo "target=android-16" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml

View File

@ -2,5 +2,5 @@ Repo Type:git
Repo:https://github.com/castorflex/SmoothProgressBar.git
Subdir:library/src/main
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'target=android-19' > project.properties
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties

View File

@ -1,3 +1,6 @@
Repo Type:git
Repo:https://github.com/astuetz/android-viewpagertabs.git
Prepare:echo -e "android.library=true\ntarget=android-15\n" >> project.properties