finally fix OpenLaw

This commit is contained in:
David Black 2013-08-15 17:43:40 +01:00
parent 7421758ebc
commit aae4b07f83

View file

@ -15,13 +15,13 @@ Repo Type:git
Repo:https://github.com/jfreax/OpenLaw.git
Build Version:0.5.1,8,0b9080bd4492,target=android-18,\
prebuild=printf 'android.library=true\ntarget=android-16' > \
extern/viewPageIndicator/project.properties && \
sed -i 's/Google Inc.:Google APIs:17/android-17/g' \
extern/actionBarsherlock/project.properties && \
rm extern/android-async-http/build.xml && \
rm libs/support-v4-r7.jar && \
count=1; \
init=echo -e 'android.library=true\ntarget=android-16' > \
extern/viewPageIndicator/project.properties && \
sed -i 's/Google Inc.:Google APIs:17/android-17/g' \
extern/actionbarsherlock/project.properties && \
rm -f extern/android-async-http/build.xml && \
rm libs/support-v4-r7.jar,\
prebuild=count=1; \
for dir in extern/*/; do \
echo "android.library.reference.$count=$dir" >> project.properties; \
count=$(($count+1)); \