Home
last modified time | relevance | path

Searched refs:OPTION_BUILD_OUT (Results 1 – 8 of 8) sorted by relevance

/ndk/build/tools/
Dbuild-host-yasm.sh32 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
Dbuild-host-perl.sh35 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
Dbuild-gdbserver.sh41 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
Dbuild-ccache.sh42 OPTION_BUILD_OUT=
49 do_build_out () { OPTION_BUILD_OUT=$1; }
77 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
Dbuild-ndk-sysroot.sh40 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"
Dbuild-device-llvm.sh37 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
Dbuild-gcc.sh35 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
Dbuild-llvm.sh35 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