Home
last modified time | relevance | path

Searched refs:NDK_BUILDTOOLS_PATH (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Dprebuilt-common.sh12 if [ -z "$NDK_BUILDTOOLS_PATH" ]; then
13 NDK_BUILDTOOLS_PATH=$(dirname $0)
14 if [ ! -f "$NDK_BUILDTOOLS_PATH/prebuilt-common.sh" ]; then
20 NDK_BUILDTOOLS_ABSPATH=$(cd $NDK_BUILDTOOLS_PATH && pwd)
22 . $NDK_BUILDTOOLS_PATH/../core/ndk-common.sh
23 . $NDK_BUILDTOOLS_PATH/dev-defaults.sh
629 …$NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=$BINPREFIX1 --dst-prefix="$DST_PREFIX" …
/ndk/tests/
Drun-standalone-tests.sh27 NDK_BUILDTOOLS_PATH=$NDK/build/tools
28 . $NDK_BUILDTOOLS_PATH/prebuilt-common.sh