mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
tests: fix fdroid build test with Debian gradle
This commit is contained in:
parent
2ee32f3524
commit
a14124955a
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ cd $WORKSPACE/tests/tmp/importer
|
||||||
git remote update -p
|
git remote update -p
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
# stick with known working commit, in case future commits break things for this code
|
# stick with known working commit, in case future commits break things for this code
|
||||||
git reset --hard 985aa135524ab7dd1e70335fd47b22fa628b81b3
|
git reset --hard fea54e1161d5eb9eb1a54e26253ef84d3ab63705
|
||||||
if [ -d $ANDROID_HOME/platforms/android-23 ]; then
|
if [ -d $ANDROID_HOME/platforms/android-23 ]; then
|
||||||
echo "build_tools = '`ls -1 $ANDROID_HOME/build-tools/ | sort -n | tail -1`'" > config.py
|
echo "build_tools = '`ls -1 $ANDROID_HOME/build-tools/ | sort -n | tail -1`'" > config.py
|
||||||
echo "force_build_tools = True" >> config.py
|
echo "force_build_tools = True" >> config.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue