summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2018-05-14 22:54:29 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-17 07:36:44 -0700
commit75205240dfe42a35622b5a07569d06cd88cc8b34 (patch)
treee8a9d78bf1965e247cb559819ef90253744b9abf /packaging
parent05e6c2dfaa0280dd1a098d1ade66dce389402b6a (diff)
downloadsubsurface-75205240dfe42a35622b5a07569d06cd88cc8b34.tar.gz
android-build: Stop installing ant, we're using grade
Since about a year ago qt-android-cmake shifted to using gradle instead of ant, and the android sdk's stopped supporting ant to. Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/android/android-build-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh
index 2349bada8..3c024ba17 100755
--- a/packaging/android/android-build-wrapper.sh
+++ b/packaging/android/android-build-wrapper.sh
@@ -46,7 +46,7 @@ fi
# make sure we have the required commands installed
MISSING=
-for i in git cmake autoconf libtool java ant wget unzip; do
+for i in git cmake autoconf libtool java wget unzip; do
command -v $i >/dev/null ||
if [ $i = libtool ] ; then
MISSING="${MISSING}libtool-bin "