Home
last modified time | relevance | path

Searched refs:NDK_DIR (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/host-tools/toolbox/
Dbuild-toolbox.sh39 NDK_DIR=
40 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
58 if [ -z "$NDK_DIR" ] ; then
59 NDK_DIR=$ANDROID_NDK_ROOT
60 log "Auto-config: --ndk-dir=$NDK_DIR"
62 if [ ! -d "$NDK_DIR" ] ; then
63 echo "ERROR: NDK directory does not exists: $NDK_DIR"
95 DSTDIR=$NDK_DIR/$SUBDIR
120 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/echo.exe" "$SUBDIR/cmp.exe"
/ndk/build/tools/
Dmake-standalone-toolchain.sh49 NDK_DIR=`dirname $0`
50 NDK_DIR=`dirname $NDK_DIR`
51 NDK_DIR=`dirname $NDK_DIR`
52 register_var_option "--ndk-dir=<path>" NDK_DIR "Take source files from NDK at <path>"
73 if [ ! -d "$NDK_DIR/build/core" ] ; then
74 echo "Invalid source NDK directory: $NDK_DIR"
162 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then
164 echo "Please use --platform=<name> with one of:" `(cd "$NDK_DIR/platforms" && ls)`
168 if [ -d "$NDK_DIR/prebuilt/$HOST_TAG" ]; then
175 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME/prebuilt/$SYSTEM"
[all …]
Dbuild-ccache.sh60 NDK_DIR=$1
61 if [ -z "$NDK_DIR" ] ; then
66 mkdir -p $NDK_DIR
68 echo "ERROR: Could not create NDK target directory: $NDK_DIR"
111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
Dbuild-gdbserver.sh69 NDK_DIR="$2"
101 if [ -z "$NDK_DIR" ] ; then
106 if [ ! -d "$NDK_DIR" ] ; then
107 echo "ERROR: NDK directory does not exist: $NDK_DIR"
111 log "Using NDK directory: $NDK_DIR"
Dbuild-cxx-stl.sh61 NDK_DIR=
62 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
102 if [ -z "$NDK_DIR" ] ; then
103 NDK_DIR=$ANDROID_NDK_ROOT
104 log "Auto-config: --ndk-dir=$NDK_DIR"
106 if [ ! -d "$NDK_DIR" ]; then
107 panic "NDK directory does not exist: $NDK_DIR"
Dbuild-gdb-stub.sh19 NDK_DIR=$ANDROID_NDK_ROOT
73 run $MINGW_W64_GCC $STUB_CFLAGS "$NDK_DIR/sources/host-tools/gdb-stub/gdb-stub.c" \
Dgen-platforms.sh64 NDK_DIR=$ANDROID_NDK_ROOT
98 NDK_DIR=$optarg
149 echo " --ndk-dir=<path> Use toolchains from this NDK directory [$NDK_DIR]"
Dprebuilt-common.sh1486 echo " Toolchain '$2' not installed in '$NDK_DIR'!"
/ndk/sources/cxx-stl/gnu-libstdc++/
Dbuild-gnu-libstdc++.sh55 NDK_DIR=
56 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
98 if [ -z "$NDK_DIR" ] ; then
99 NDK_DIR=$ANDROID_NDK_ROOT
100 log "Auto-config: --ndk-dir=$NDK_DIR"
102 if [ ! -d "$NDK_DIR" ] ; then
103 echo "ERROR: NDK directory does not exists: $NDK_DIR"
133 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI/$THUMB
137 prepare_target_build $ABI $PLATFORM $NDK_DIR
220 CFLAGS="$CFLAGS -I$NDK_DIR/$SUPPORT_SUBDIR/include"
[all …]
/ndk/sources/host-tools/nawk-20071023/
Dbuild-awk.sh31 NDK_DIR=$ANDROID_NDK_ROOT
32 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"
43 OUT=$NDK_DIR/$SUBDIR
92 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
/ndk/sources/host-tools/make-3.81/
Dbuild-make.sh27 NDK_DIR=$ANDROID_NDK_ROOT
28 register_var_option "--ndk-dir=<path>" NDK_DIR "Install to specific NDK directory"
49 OUT=$NDK_DIR/$SUBDIR
108 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
/ndk/sources/host-tools/ndk-depends/
Dbuild-ndk-depends.sh35 NDK_DIR=$ANDROID_NDK_ROOT
36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path"
/ndk/sources/host-tools/ndk-stack/
Dbuild-ndk-stack.sh35 NDK_DIR=$ANDROID_NDK_ROOT
36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path"