diff --git a/ant-prepare.sh b/ant-prepare.sh index 7817f4ed2..5463a67d5 100755 --- a/ant-prepare.sh +++ b/ant-prepare.sh @@ -1,6 +1,10 @@ #!/bin/bash -ex -android update lib-project -p extern/Universal-Image-Loader/library -android update lib-project -p extern/AndroidPinning -android update lib-project -p extern/MemorizingTrustManager -android update project -p . --name F-Droid +android update lib-project --path extern/Universal-Image-Loader/library +android update lib-project --path extern/AndroidPinning +android update lib-project --path extern/MemorizingTrustManager +android update project --path . --name F-Droid + +# technically optional, needed for the tests +cd test +android update test-project --path ./ --main ../ diff --git a/test/ant.properties b/test/ant.properties index 7d28fd099..836edf047 100644 --- a/test/ant.properties +++ b/test/ant.properties @@ -15,4 +15,4 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -tested.project.dir=/home/pete/code/fdroid/client +tested.project.dir=../