Searched refs:ABIS (Results 1 – 8 of 8) sorted by relevance
23 ABIS="$APP_ABI"25 ABIS=29 ABIS=${OPT##APP_ABI=}30 APP_ABI=$ABIS35 if [ -z "$ABIS" ]; then36 ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard"77 for ABI in $ABIS; do
15 ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard"18 ABIS="$PARAM_ABIS"26 for ABI in $ABIS; do
71 ABIS="$PREBUILT_ABIS"72 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."99 ABIS=$(commas_to_spaces $ABIS)641 for ABI in $ABIS; do
46 ABIS=47 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."121 if [ -z "$ABIS" ]; then122 ABIS=$(convert_arch_to_abi $ARCH)125 if [ -z "$ABIS" ]; then577 for ABI in $(echo "$ABIS" | tr ',' ' '); do
65 ABIS=$(spaces_to_commas $PREBUILT_ABIS)66 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."95 ABIS=$(commas_to_spaces $ABIS)406 for ABI in $ABIS; do430 for ABI in $ABIS; do
48 ABIS=$(commas_to_spaces $(convert_arch_to_abi $ARCH))49 for ABI in $ABIS; do
35 * `$TOOLCHAIN/config.mk` contains ARCH and ABIS this toolchain can handle.
630 $(call ndk_log, This NDK supports the following target architectures and ABIS:)