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

  /ndk/build/tools/
build-ccache.sh 41 BUILD_OUT=$NDK_TMPDIR/build-ccache
77 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
84 run rm -rf $BUILD_OUT && run mkdir -p $BUILD_OUT
86 echo "ERROR: Could not create build directory: $BUILD_OUT"
92 download_file $CCACHE_URL $BUILD_OUT/$CCACHE_PACKAGE
99 cd $BUILD_OUT && tar xzf $BUILD_OUT/$CCACHE_PACKAGE
101 dump "Could not unpack $CCACHE_PACKAGE in $BUILD_OUT"
106 cd $BUILD_OUT/$CCACHE_VERSION && run make clean && run make unpack && run make buil
    [all...]
build-gdbserver.sh 42 BUILD_OUT=$TMPDIR/build/gdbserver
141 BUILD_OUT="$OPTION_BUILD_OUT"
143 log "Using build directory: $BUILD_OUT"
144 run rm -rf "$BUILD_OUT"
145 run mkdir -p "$BUILD_OUT"
148 BUILD_SYSROOT="$BUILD_OUT/sysroot"
196 cd $BUILD_OUT &&
212 cd $BUILD_OUT &&
234 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
252 run rm -rf $BUILD_OUT
    [all...]
  /build/core/
envsetup.mk 237 BUILD_OUT := $(HOST_OUT)
252 BUILD_OUT_EXECUTABLES := $(BUILD_OUT)/bin

Completed in 147 milliseconds