summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2020-01-18 18:41:57 +0100
committerGitHub <noreply@github.com>2020-01-18 18:41:57 +0100
commit3882bc6e6af57b89e4783cc8a7e08a0539d0ece8 (patch)
tree77f69a434449c358cea44810f800a004e8227f00 /scripts
parent55c1900326506f948f85416518e273906b6fe391 (diff)
downloadnavit-3882bc6e6af57b89e4783cc8a7e08a0539d0ece8.tar.gz
change:build_android:Remove dependency of ant. Not needed anymore (#956)
Co-authored-by: Joseph Herlant <aerostitch@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_android.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build_android.sh b/scripts/build_android.sh
index 00ad18367..6512dab1f 100755
--- a/scripts/build_android.sh
+++ b/scripts/build_android.sh
@@ -25,8 +25,6 @@ export GRADLE_OPTS='-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryEr
# processing xml is messed up a bit after the original introduction of gradle
# so require a useless install of ant here even if using gradle/ninja
-which ant > /dev/null || { echo "FATAL: ant is not installed; install manually and retry." >&2; exit 1; }
-
echo Run CMake
test -z "$PKG_CONFIG_LIBDIR" && export PKG_CONFIG_LIBDIR="" # Force cmake below to run ignore build host libraries when using pkgconfig.
# Note: If you want to compile against specific target libraries that are searched using pkgconfig, please run this script with variable PKG_CONFIG_LIBDIR set to the appropriate path