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

  /ndk/build/tools/
build-ccache.sh 42 OPTION_BUILD_OUT=
49 do_build_out () { OPTION_BUILD_OUT=$1; }
77 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
build-gdbserver.sh 41 OPTION_BUILD_OUT=
44 do_build_out () { OPTION_BUILD_OUT="$1"; }
135 if [ -n "$OPTION_BUILD_OUT" ] ; then
136 BUILD_OUT="$OPTION_BUILD_OUT"
257 if [ -z "$OPTION_BUILD_OUT" ] ; then
build-ndk-sysroot.sh 40 OPTION_BUILD_OUT=
61 OPTION_BUILD_OUT=$optarg
116 if [ -z "$OPTION_BUILD_OUT" ] ; then
126 ANDROID_PRODUCT_OUT=$OPTION_BUILD_OUT
128 echo "The build out path is not a valid directory: $OPTION_BUILD_OUT"
build-gcc.sh 35 OPTION_BUILD_OUT=
36 register_var_option "--build-out=<path>" OPTION_BUILD_OUT "Set temporary build directory"
66 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
291 if [ -z "$OPTION_BUILD_OUT" ] ; then

Completed in 774 milliseconds