summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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