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