Lines Matching refs:NDK
135 --ndk-dir=*)
253 also use --ndk-dir=<path> to specify an alternative NDK installation
322 --target-arch=<name> Specify NDK target arch.
346 panic "Can't find NDK directory, please source \
353 if [ ! -f "$NDK_DIR/ndk-build" ]; then
354 panic "Not a valid NDK directory: $NDK_DIR"
364 # This returns an NDK-compatible architecture name.
365 # out: NDK Architecture name, or empty string.
383 # script prefers the NDK 'x86' name instead because it uses it to find
384 # NDK-specific files (host gdb) with it.
391 # Detect the NDK system name, i.e. the name used to identify the host.
392 # out: NDK system name (e.g. 'linux' or 'darwin')
406 # Detect the NDK host architecture name.
407 # out: NDK arch name (e.g. 'x86' or 'x86_64')
431 # Convert an NDK architecture name into a GNU configure triplet.
432 # $1: NDK architecture name (e.g. 'arm')
451 # Convert an NDK architecture name into a toolchain name prefix
452 # $1: NDK architecture name (e.g. 'arm')
453 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi')
463 # Find a NDK toolchain prebuilt file or sub-directory.
465 # in the NDK for the needed file.
466 # $1: NDK install path
467 # $2: NDK architecture name
486 # Find the path to an NDK's toolchain full prefix for a given architecture
487 # $1: NDK install path
488 # $2: NDK target architecture name
496 # NOTE: This will need to be updated if the NDK changes the names or moves
516 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \
517 Please verify your NDK installation!"
522 # $1: NDK install path
529 # The location has moved after NDK r8
538 # use the NDK versions of gdb and gdbserver. They must match to avoid
576 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \