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
|
||||
|
||||
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)); \
|
||||
|
|
Loading…
Reference in a new issue