Searched refs:ABIS (Results 1 – 24 of 24) sorted by relevance
108 ABIS=$(convert_archs_to_abis $ARCHS)111 dump "Building $ABIS compiler-rt binaries..."112 run $BUILDTOOLS/build-compiler-rt.sh --abis="$ABIS" $FLAGS --src-dir="$SRC_DIR/llvm-$DEFAULT_LLVM_V…116 dump "Building $ABIS gabi++ binaries..."117 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ --abis="$ABIS" $FLAGS119 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ --abis="$ABIS" $FLAGS --with-debug-info122 dump "Building $ABIS $UNKNOWN_ABIS stlport binaries..."123 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS125 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS --with-debug-info128 dump "Building $ABIS $UNKNOWN_ABIS libc++ binaries... with libc++abi"[all …]
71 ABIS="$PREBUILT_ABIS"72 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."107 ABIS=$(commas_to_spaces $ABIS)109 if [ "$ABIS" = "${ABIS%%64*}" ]; then110 UNKNOWN_ABIS="$(filter_out "$PREBUILT_ABIS" "$ABIS" )"112 ABIS="$(filter_out "$UNKNOWN_ABIS" "$ABIS")"113 ABIS="$ABIS $(find_ndk_unknown_archs)"669 for ABI in $ABIS; do681 for ABI in $ABIS; do
56 ABIS="$PREBUILT_ABIS"57 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."76 ABIS=$(commas_to_spaces $ABIS)175 for ABI in $ABIS; do186 for ABI in $ABIS; do
53 ABIS="$PREBUILT_ABIS"54 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."69 ABIS=$(commas_to_spaces $ABIS)251 for ABI in $ABIS; do258 for ABI in $ABIS; do
33 ABIS="$PREBUILT_ABIS"45 …er_var_option "--abis=<armeabi,armeabi-v7a,x86,mips,armeabi-v7a-hard>" OPTION_ABIS "Default: $ABIS"63 fix_option ABIS "$OPTION_ABIS" "on-device architecture"64 ABIS=($commas_to_spaces $ABIS)148 for abi in $ABIS; do
61 ABIS=$(spaces_to_commas $PREBUILT_ABIS)62 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."80 ABIS=$(commas_to_spaces $ABIS)344 for ABI in $ABIS; do373 for ABI in $ABIS; do
136 ABIS=139 if [ -z "$ABIS" ]; then140 ABIS=$DEFAULT_ABIS142 ABIS=$ABIS" $DEFAULT_ABIS"229 echo "CPU ABIs: $ABIS"398 for ABI in $ABIS; do
440 ABIS=$PREBUILT_ABIS442 if [ "$ABIS" != "${ABIS%%64*}" ]; then443 ABIS="$PREBUILT_ABIS arm64-v8a x86_64 mips64"445 ABIS=$ABIS446 for ABI in $ABIS; do
41 ABIS=42 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."135 if [ -z "$ABIS" ]; then136 ABIS=$(convert_arch_to_abi $ARCH)139 if [ -z "$ABIS" ]; then
500 local ABIS="$(commas_to_spaces $(convert_archs_to_abis $ARCH))"502 for ABI in $ABIS; do665 ABIS=$(commas_to_spaces $(convert_archs_to_abis $ARCH))666 for ABI in $ABIS; do
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
43 ABIS=44 register_var_option "--abis=<target>" ABIS "List which targets you use (comma for split)"75 ABIS=$(commas_to_spaces $ABIS)76 test -z "$ABIS" && ABIS="$PREBUILT_ABIS"96 for ABI in $ABIS; do144 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
17 ABIS=$(commas_to_spaces $(convert_arch_to_abi $ARCH))18 for ABI in $ABIS; do
11 The Android x86-64 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html.
11 The Android 'mips' ABI itself is fully specified in d/CPU-ARCH-ABIS.
18 More information about this can be read in docs/CPU-ARCH-ABIS.html
192 > limitations, please read [CPU-ARCH-ABIS](CPU-ARCH-ABIS.html).
81 set as supported by the "armeabi-v7a" abi (see CPU-ARCH-ABIS.html).
11 The Android x86 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html.
266 > compatibility issues, please read [CPU ARCH ABIS](CPU-ARCH-ABIS.html)
200 the official Android 'armeabi' ABI (see docs/CPU-ARCH-ABIS.html) by default.
308 - Fixed extra apostrophe in docs/CPU-ARCH-ABIS.html2530 More details about ABIs is now available in docs/CPU-ARCH-ABIS.html2596 - docs/CPU-ARCH-ABIS.html: Mention the experimental 'x86' ABI.
612 $(call ndk_log, This NDK supports the following target architectures and ABIS:)