Home | History | Annotate | Download | only in tools

Lines Matching refs:ARCHS

66 ARCHS=$(find_ndk_unknown_archs)
67 ARCHS="$DEFAULT_ARCHS $ARCHS"
68 register_var_option "--arch=<name>" ARCHS "List of target architectures"
145 ARCHS=$(commas_to_spaces $ARCHS)
146 log "Using architectures: $(commas_to_spaces $ARCHS)"
150 # for ARCH in $ARCHS; do
153 # for ARCH in $ARCHS; do
162 # for ARCH in $ARCHS; do
175 # echo "ERROR: Source directory doesn't support these ARCHs: $BAD_ARCHS"
204 for ARCH in $ARCHS; do