HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_BUILD_OUT (Results 1 - 8 of 8) 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-host-perl.sh 35 OPTION_BUILD_OUT=
36 register_var_option "--build-out=<path>" OPTION_BUILD_OUT "Set temporary build directory"
54 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
138 if [ -z "$OPTION_BUILD_OUT" ] ; then
build-host-yasm.sh 32 OPTION_BUILD_OUT=
33 register_var_option "--build-out=<path>" OPTION_BUILD_OUT "Set temporary build directory"
83 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
148 if [ -z "$OPTION_BUILD_OUT" ] ; then
build-gdbserver.sh 41 OPTION_BUILD_OUT=
44 do_build_out () { OPTION_BUILD_OUT="$1"; }
142 if [ -n "$OPTION_BUILD_OUT" ] ; then
143 BUILD_OUT="$OPTION_BUILD_OUT"
254 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-device-llvm.sh 37 OPTION_BUILD_OUT=
38 register_var_option "--build-out=<path>" OPTION_BUILD_OUT "Set temporary build directory"
65 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
287 if [ -z "$OPTION_BUILD_OUT" ] ; then
build-gcc.sh 35 OPTION_BUILD_OUT=
36 register_var_option "--build-out=<path>" OPTION_BUILD_OUT "Set temporary build directory"
92 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
678 if [ -z "$OPTION_BUILD_OUT" ] ; then
build-llvm.sh 35 OPTION_BUILD_OUT=
36 register_var_option "--build-out=<path>" OPTION_BUILD_OUT "Set temporary build directory"
67 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
537 if [ -z "$OPTION_BUILD_OUT" ] ; then

Completed in 567 milliseconds