Lines Matching refs:NDK
15 echo "INTERNAL ERROR: Please define NDK_BUILDTOOLS_PATH to point to $$NDK/build/tools"
27 . $NDK_BUILDTOOLS_PATH/ndk-common.sh
554 check_sysroot `dirname $ANDROID_NDK_ROOT`/development/ndk/platforms $SYSROOT_SUFFIX
557 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX."
814 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh
815 CXX=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-g++.sh
1054 # Add -fpic, because MIPS NDK will need to link .a into .so.
1159 # Return: arch names not in ndk default archs
1334 # $1: target root NDK directory
1340 local NDK="$1"
1342 echo "$NDK/$(get_toolchain_install_subdir "$@")"
1354 # executables (relative to the NDK top directory).
1390 # $1: target root NDK directory
1396 # Set the toolchain target NDK location.
1398 # $1: target NDK path
1409 # Check that a toolchain is properly installed at a target NDK location
1411 # $1: target root NDK directory
1458 NDK_TMPDIR=/tmp/ndk-$USER/tmp/build-$$