Verbiste Android: Fix build
This commit is contained in:
parent
9ca010c1ab
commit
37f7601841
|
@ -19,7 +19,10 @@ Build:1.0,1
|
|||
commit=cddbaf1dc319e6b52bc944067db8da46b1d4f8f4
|
||||
srclibs=1:Support/v7/appcompat@android-5.0.1_r1
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=echo -e 'java.source=1.7\njava.target=1.7' | tee $$Support$$/ant.properties > ant.properties && \
|
||||
prebuild=pushd utils && \
|
||||
python xml2sqlite.py && \
|
||||
popd && \
|
||||
echo -e 'java.source=1.7\njava.target=1.7' | tee $$Support$$/ant.properties > ant.properties && \
|
||||
cp libs/android-support-v4.jar $$Support$$/libs/
|
||||
target=android-21
|
||||
|
||||
|
|
Loading…
Reference in a new issue