Home | History | Annotate | Download | only in tools

Lines Matching full:build_dir

46 BUILD_DIR=
83 BUILD_DIR=$NDK_TMPDIR/build-compiler-rt
85 BUILD_DIR=$OPTION_BUILD_DIR
87 mkdir -p "$BUILD_DIR"
88 fail_panic "Could not create build directory: $BUILD_DIR"
153 MAKEFILE=$BUILD_DIR/Makefile
232 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
233 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
253 rm -rf $BUILD_DIR
255 log "Don't forget to cleanup: $BUILD_DIR"