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-gdbserver.sh 42 OPTION_BUILD_OUT=
50 do_build_out () { OPTION_BUILD_OUT=$1; }
108 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build out directory"
165 if [ -n "$OPTION_BUILD_OUT" ] ; then
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-gcc.sh 40 OPTION_BUILD_OUT=
54 OPTION_BUILD_OUT=$1
136 fix_option BUILD_OUT "$OPTION_BUILD_OUT" "build directory"
230 if [ -n "$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"

Completed in 522 milliseconds