mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
Verbiste Android: Fix build
This commit is contained in:
parent
9ca010c1ab
commit
37f7601841
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ Build:1.0,1
|
||||||
commit=cddbaf1dc319e6b52bc944067db8da46b1d4f8f4
|
commit=cddbaf1dc319e6b52bc944067db8da46b1d4f8f4
|
||||||
srclibs=1:Support/v7/appcompat@android-5.0.1_r1
|
srclibs=1:Support/v7/appcompat@android-5.0.1_r1
|
||||||
extlibs=android/android-support-v4.jar
|
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/
|
cp libs/android-support-v4.jar $$Support$$/libs/
|
||||||
target=android-21
|
target=android-21
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue