Home | History | Annotate | Download | only in android

Lines Matching refs:ndk

140     --ndk-dir=*)
259 You can also use --ndk-dir=<path> to specify an alternative NDK installation
329 --target-arch=<name> Specify NDK target arch.
400 if [ ! -f "$NDK_DIR/ndk-build" ]; then
401 panic "Not a valid NDK directory: $NDK_DIR"
474 # This returns an NDK-compatible architecture name.
475 # out: NDK Architecture name, or empty string.
496 # script prefers the NDK 'x86' name instead because it uses it to find
497 # NDK-specific files (host gdb) with it.
504 # Detect the NDK system name, i.e. the name used to identify the host.
505 # out: NDK system name (e.g. 'linux' or 'darwin')
519 # Detect the NDK host architecture name.
520 # out: NDK arch name (e.g. 'x86' or 'x86_64')
544 # Convert an NDK architecture name into a GNU configure triplet.
545 # $1: NDK architecture name (e.g. 'arm')
570 # Convert an NDK architecture name into a toolchain name prefix
571 # $1: NDK architecture name (e.g. 'arm')
572 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi')
582 # Find a NDK toolchain prebuilt file or sub-directory.
584 # in the NDK for the needed file.
585 # $1: NDK install path
586 # $2: NDK architecture name
605 # Find the path to an NDK's toolchain full prefix for a given architecture
606 # $1: NDK install path
607 # $2: NDK target architecture name
615 # NOTE: This will need to be updated if the NDK changes the names or moves
635 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \
636 Please verify your NDK installation!"
641 # $1: NDK install path
648 # The location has moved after NDK r8
657 # use the NDK versions of gdb and gdbserver. They must match to avoid
695 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \