Patching 'android.library=true' in is no longer necessary
Since we now update ant libraries via lib-project
This commit is contained in:
parent
c67f780956
commit
7803674329
|
@ -2,5 +2,5 @@ Repo Type:git
|
||||||
Repo:https://github.com/etsy/AndroidStaggeredGrid
|
Repo:https://github.com/etsy/AndroidStaggeredGrid
|
||||||
|
|
||||||
Subdir:library/src/main
|
Subdir:library/src/main
|
||||||
Prepare:echo 'source.dir=java' > ant.properties && echo 'android.library=true' >> project.properties
|
Prepare:echo 'source.dir=java' > ant.properties
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@ Repo Type:git
|
||||||
Repo:https://github.com/cketti/ckChangeLog
|
Repo:https://github.com/cketti/ckChangeLog
|
||||||
|
|
||||||
Subdir:library,ckChangeLog/src/main
|
Subdir:library,ckChangeLog/src/main
|
||||||
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties
|
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo 'target=android-19' > project.properties
|
||||||
|
|
|
@ -2,6 +2,5 @@ Repo Type:git
|
||||||
Repo:https://github.com/mariotaku/Android-MenuComponent.git
|
Repo:https://github.com/mariotaku/Android-MenuComponent.git
|
||||||
|
|
||||||
Subdir:library
|
Subdir:library
|
||||||
Prepare:mkdir -p libs && echo -e 'android.library=true\ntarget=android-19' >> project.properties
|
Prepare:mkdir -p libs && echo 'target=android-19' >> project.properties
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,5 @@ Repo:https://github.com/mar-v-in/MobAdMob.git
|
||||||
|
|
||||||
Subdir:MobAdMob
|
Subdir:MobAdMob
|
||||||
|
|
||||||
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties
|
Prepare:echo -e "target=android-16\n" >> project.properties
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@ Repo:https://github.com/mar-v-in/NoAnalytics.git
|
||||||
|
|
||||||
Subdir:NoAnalytics
|
Subdir:NoAnalytics
|
||||||
|
|
||||||
Prepare:[ -f project.properties ] || echo -e "android.library=true\ntarget=android-16\n" >> project.properties
|
Prepare:[ -f project.properties ] || echo "target=android-16" >> project.properties
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Repo Type:git-svn
|
Repo Type:git-svn
|
||||||
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
|
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
|
||||||
|
|
||||||
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
|
Prepare:echo "target=android-16" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@ Repo Type:git
|
||||||
Repo:https://github.com/castorflex/SmoothProgressBar.git
|
Repo:https://github.com/castorflex/SmoothProgressBar.git
|
||||||
|
|
||||||
Subdir:library/src/main
|
Subdir:library/src/main
|
||||||
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties
|
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'target=android-19' > project.properties
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/astuetz/android-viewpagertabs.git
|
Repo:https://github.com/astuetz/android-viewpagertabs.git
|
||||||
|
|
||||||
Prepare:echo -e "android.library=true\ntarget=android-15\n" >> project.properties
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://android.googlesource.com/platform/frameworks/volley
|
Repo:https://android.googlesource.com/platform/frameworks/volley
|
||||||
|
|
||||||
Prepare:rm -rf tests/ && echo "android.library=true" >> project.properties
|
Prepare:rm -rf tests/
|
||||||
|
|
Loading…
Reference in a new issue