We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb5ffae + ca58a2c commit 1602c26Copy full SHA for 1602c26
distribute.sh
@@ -341,6 +341,14 @@ function run_prepare() {
341
export ARCH="armeabi"
342
#export ARCH="armeabi-v7a" # not tested yet.
343
344
+ info "Check NDK location"
345
+ if [ ! -d "$NDKPLATFORM" ]; then
346
+ error "Invalid NDK platform"
347
+ error "Looking in $NDKPLATFORM"
348
+ error "Using ANDROIDNDK=$ANDROIDNDK and ANDROIDAPI=$ANDROIDAPI"
349
+ exit -1
350
+ fi
351
+
352
info "Check mandatory tools"
353
# ensure that some tools are existing
354
for tool in tar bzip2 unzip make gcc g++; do
0 commit comments