Home
last modified time | relevance | path

Searched refs:OPTION_BUILD_DIR (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/toolbox/
Dbuild-toolbox.sh43 OPTION_BUILD_DIR=
44 register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "Specify temporary build dir."
68 if [ -z "$OPTION_BUILD_DIR" ]; then
73 BUILD_DIR=$OPTION_BUILD_DIR
/ndk/sources/host-tools/ndk-depends/
Dbuild-ndk-depends.sh31 OPTION_BUILD_DIR=
63 OPTION_BUILD_DIR="yes"
130 if [ "$OPTION_BUILD_DIR" != "yes" ]; then
/ndk/sources/host-tools/ndk-stack/
Dbuild-ndk-stack.sh31 OPTION_BUILD_DIR=
68 OPTION_BUILD_DIR="yes"
176 if [ "$OPTION_BUILD_DIR" != "yes" ]; then
/ndk/build/tools/
Dbuild-cxx-stl.sh65 OPTION_BUILD_DIR=
66 register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "Specify temporary build dir."
146 if [ -z "$OPTION_BUILD_DIR" ]; then
149 BUILD_DIR=$OPTION_BUILD_DIR
667 if [ -z "$OPTION_BUILD_DIR" ]; then
/ndk/sources/cxx-stl/gnu-libstdc++/
Dbuild-gnu-libstdc++.sh59 OPTION_BUILD_DIR=
60 register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "Specify temporary build dir."
108 if [ -z "$OPTION_BUILD_DIR" ]; then
111 BUILD_DIR=$OPTION_BUILD_DIR
481 if [ -z "$OPTION_BUILD_DIR" ]; then