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

  /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
build-gdbserver.sh 60 NDK_DIR="$2"
79 if [ -z "$NDK_DIR" ] ; then
84 if [ ! -d "$NDK_DIR" ] ; then
85 echo "ERROR: NDK directory does not exist: $NDK_DIR"
89 log "Using NDK directory: $NDK_DIR"
104 check_toolchain_install $NDK_DIR
build-gcc.sh 87 NDK_DIR="$2"
106 if [ -z "$NDK_DIR" ] ; then
111 if [ ! -d "$NDK_DIR" ] ; then
112 mkdir -p $NDK_DIR
114 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"
119 log "Using NDK directory: $NDK_DIR"
153 set_toolchain_install $NDK_DIR/build/prebuilt/$HOST_TAG/$TOOLCHAIN
rebuild-all-prebuilt.sh 34 NDK_DIR=$ANDROID_NDK_ROOT
36 register_option "--ndk-dir=<path>" do_ndk_dir "Specify target NDK directory" "$NDK_DIR"
67 NDK_DIR=/tmp/ndk-prebuilt-$$
75 fix_option NDK_DIR "$OPTION_NDK_DIR" "target NDK directory"
154 $PROGDIR/build-gcc.sh $FLAGS --build-out=$BUILD_DIR/toolchain-$1 $SRC_DIR $NDK_DIR $1
164 $PROGDIR/build-gdbserver.sh $FLAGS --build-out=$BUILD_DIR/gdbserver-$1 $SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver $NDK_DIR $1
185 #$PROGDIR/build-ccache.sh $FLAGS --build-out=$BUILD_DIR/ccache $NDK_DIR
195 cd $NDK_DIR && tar cjf $PREBUILT_PACKAGE *
prebuilt-common.sh 340 if [ -d $NDK_DIR/$SYSROOT_SUFFIX ] ; then
341 SYSROOT=$NDK_DIR/$SYSROOT_SUFFIX
419 echo "ERROR: Toolchain '$TOOLCHAIN' not installed in '$NDK_DIR'!"

Completed in 1191 milliseconds