Home
last modified time | relevance | path

Searched refs:OPTION_ARCH (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Ddev-platform-expand.sh131 if [ -n "$OPTION_ARCH" ]; then
132 OPTION_ARCH=$(commas_to_spaces $OPTION_ARCH)
138 if [ -n "$OPTION_ARCH" -a "$OPTION_ARCH" != "$OPTION_ABI" ]; then
142 OPTION_ARCH=$OPTION_ABI
Dgen-platforms.sh69 OPTION_ARCH=
105 OPTION_ARCH=$optarg
209 if [ -n "$OPTION_ARCH" ]; then
210 OPTION_ARCH=$(commas_to_spaces $OPTION_ARCH)
216 if [ -n "$OPTION_ARCH" -a "$OPTION_ARCH" != "$OPTION_ABI" ]; then
220 OPTION_ARCH=$OPTION_ABI
223 if [ -n "$OPTION_ARCH" ] ; then
224 ARCHS="$OPTION_ARCH"