Lines Matching refs:ndk
71 --ndk-dir=*) NDK_DIR=$optarg;;
100 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK
101 installation directory, or use the --ndk-dir=<path> option.
104 Android NDK build system (ndk-build).
156 --ndk-dir=<path> Specify NDK installation directory.
170 # Select NDK install directory.
174 --ndk-dir=<path>."
177 log "Found NDK directory: $NDK_DIR"
179 log "Using NDK directory: $NDK_DIR"
182 NDK_BUILD="$NDK_DIR/ndk-build"
184 panic "Your NDK directory is not valid (missing ndk-build): $NDK_DIR"
264 # Generate a stand-alone NDK toolchain
337 # Generate standalone NDK toolchain installation
338 NDK_STANDALONE="$TMPDIR/ndk-$ARCH-toolchain"
339 echo "Generating NDK standalone toolchain installation"
346 fail_panic "Can't generate standalone NDK toolchain installation!"
411 # Build the test program with ndk-build.
412 dump "Building test program with ndk-build"
418 run "$NDK_DIR/ndk-build" -C "$PROJECT_DIR" $NDK_BUILD_FLAGS APP_ABI=$ABI