HomeSort by relevance Sort by last modified time
    Searched refs:NDK_DIR (Results 1 - 15 of 15) sorted by null

  /ndk/sources/host-tools/toolbox/
build-toolbox.sh 39 NDK_DIR=
40 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
57 # Handle NDK_DIR
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
    [all...]
  /ndk/build/tools/
build-ccache.sh 60 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
make-standalone-toolchain.sh 49 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>"
72 # Check NDK_DIR
73 if [ ! -d "$NDK_DIR/build/core" ] ; then
74 echo "Invalid source NDK directory: $NDK_DIR"
162 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; the
    [all...]
build-gdb-stub.sh 19 NDK_DIR=$ANDROID_NDK_ROOT
73 run $MINGW_W64_GCC $STUB_CFLAGS "$NDK_DIR/sources/host-tools/gdb-stub/gdb-stub.c" \
build-gdbserver.sh 69 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"
build-cxx-stl.sh 61 NDK_DIR=
62 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
101 # Handle NDK_DIR
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"
gen-platforms.sh 64 NDK_DIR=$ANDROID_NDK_ROOT
98 NDK_DIR=$optarg
149 echo " --ndk-dir=<path> Use toolchains from this NDK directory [$NDK_DIR]"
prebuilt-common.sh     [all...]
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 6 NDK_DIR="$HOME/android/android-ndk-r10e"
11 echo "ndk.dir=${NDK_DIR}" >> local.properties
  /ndk/sources/host-tools/nawk-20071023/
build-awk.sh 31 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/
build-make.sh 27 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/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 55 NDK_DIR=
56 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
97 # Handle NDK_DIR
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
    [all...]
  /external/google-breakpad/android/
run-checks.sh 54 NDK_DIR=
71 --ndk-dir=*) NDK_DIR=$optarg;;
171 if [ -z "$NDK_DIR" ]; then
176 NDK_DIR="$ANDROID_NDK_ROOT"
177 log "Found NDK directory: $NDK_DIR"
179 log "Using NDK directory: $NDK_DIR"
182 NDK_BUILD="$NDK_DIR/ndk-build"
184 panic "Your NDK directory is not valid (missing ndk-build): $NDK_DIR"
342 run "$NDK_DIR/build/tools/make-standalone-toolchain.sh" \
418 run "$NDK_DIR/ndk-build" -C "$PROJECT_DIR" $NDK_BUILD_FLAGS APP_ABI=$AB
    [all...]
  /ndk/sources/host-tools/ndk-depends/
build-ndk-depends.sh 35 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/
build-ndk-stack.sh 35 NDK_DIR=$ANDROID_NDK_ROOT
36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path"

Completed in 144 milliseconds