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>
This commit is contained in:
Anton Lundin 2018-05-14 22:54:29 +02:00 committed by Dirk Hohndel
parent 05e6c2dfaa
commit 75205240df
2 changed files with 2 additions and 2 deletions

View file

@ -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 "