Lines Matching refs:BUILD_DIR
46 BUILD_DIR=
83 BUILD_DIR=$NDK_TMPDIR/build-compiler-rt
85 BUILD_DIR=$OPTION_BUILD_DIR
87 rm -rf "$BUILD_DIR"
88 mkdir -p "$BUILD_DIR"
89 fail_panic "Could not create build directory: $BUILD_DIR"
154 MAKEFILE=$BUILD_DIR/Makefile
252 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
253 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
273 rm -rf $BUILD_DIR
275 log "Don't forget to cleanup: $BUILD_DIR"