Home
last modified time | relevance | path

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

/ndk/build/tools/
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-gdbserver.sh41 OPTION_BUILD_OUT=
44 do_build_out () { OPTION_BUILD_OUT="$1"; }
140 if [ -n "$OPTION_BUILD_OUT" ] ; then
141 BUILD_OUT="$OPTION_BUILD_OUT"
251 if [ -z "$OPTION_BUILD_OUT" ] ; then
Dbuild-ndk-sysroot.sh40 OPTION_BUILD_OUT=
57 OPTION_BUILD_OUT=$optarg
112 if [ -z "$OPTION_BUILD_OUT" ] ; then
122 ANDROID_PRODUCT_OUT=$OPTION_BUILD_OUT
124 echo "The build out path is not a valid directory: $OPTION_BUILD_OUT"