Home
last modified time | relevance | path

Searched refs:ABIS (Results 1 – 24 of 24) sorted by relevance

/ndk/build/tools/
Dbuild-target-prebuilts.sh108 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" $FLAGS
119 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ --abis="$ABIS" $FLAGS --with-debug-info
122 dump "Building $ABIS $UNKNOWN_ABIS stlport binaries..."
123 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS
125 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS --with-debug-info
128 dump "Building $ABIS $UNKNOWN_ABIS libc++ binaries... with libc++abi"
[all …]
Dbuild-cxx-stl.sh71 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*}" ]; then
110 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; do
681 for ABI in $ABIS; do
Dbuild-libportable.sh56 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; do
186 for ABI in $ABIS; do
Dbuild-compiler-rt.sh53 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; do
258 for ABI in $ABIS; do
Dbuild-device-llvm.sh33 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
Dbuild-gnu-libstdc++.sh61 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; do
373 for ABI in $ABIS; do
Dpackage-release.sh136 ABIS=
139 if [ -z "$ABIS" ]; then
140 ABIS=$DEFAULT_ABIS
142 ABIS=$ABIS" $DEFAULT_ABIS"
229 echo "CPU ABIs: $ABIS"
398 for ABI in $ABIS; do
Dbuild-llvm.sh440 ABIS=$PREBUILT_ABIS
442 if [ "$ABIS" != "${ABIS%%64*}" ]; then
443 ABIS="$PREBUILT_ABIS arm64-v8a x86_64 mips64"
445 ABIS=$ABIS
446 for ABI in $ABIS; do
Dmake-standalone-toolchain.sh41 ABIS=
42 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
135 if [ -z "$ABIS" ]; then
136 ABIS=$(convert_arch_to_abi $ARCH)
139 if [ -z "$ABIS" ]; then
Dbuild-gcc.sh500 local ABIS="$(commas_to_spaces $(convert_archs_to_abis $ARCH))"
502 for ABI in $ABIS; do
665 ABIS=$(commas_to_spaces $(convert_archs_to_abis $ARCH))
666 for ABI in $ABIS; do
/ndk/tests/build/prebuilt-copy/
Dbuild.sh23 ABIS="$APP_ABI"
25 ABIS=
29 ABIS=${OPT##APP_ABI=}
30 APP_ABI=$ABIS
35 if [ -z "$ABIS" ]; then
36 ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard"
77 for ABI in $ABIS; do
/ndk/tests/abcc/
Dbuild-abcc.sh43 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; do
144 for ABI in $ABIS; do
/ndk/tests/build/import-install/
Dbuild.sh15 ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard"
18 ABIS="$PARAM_ABIS"
26 for ABI in $ABIS; do
/ndk/tests/build/issue64679-prctl/
Dbuild.sh17 ABIS=$(commas_to_spaces $(convert_arch_to_abi $ARCH))
18 for ABI in $ABIS; do
/ndk/docs/text/
DCPU-X86-64.text11 The Android x86-64 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html.
DCPU-MIPS.text11 The Android 'mips' ABI itself is fully specified in d/CPU-ARCH-ABIS.
DCPU-ARM-NEON.text18 More information about this can be read in docs/CPU-ARCH-ABIS.html
DAPPLICATION-MK.text192 > limitations, please read [CPU-ARCH-ABIS](CPU-ARCH-ABIS.html).
DCPU-FEATURES.text81 set as supported by the "armeabi-v7a" abi (see CPU-ARCH-ABIS.html).
DCPU-X86.text11 The Android x86 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html.
DANDROID-MK.text266 > compatibility issues, please read [CPU ARCH ABIS](CPU-ARCH-ABIS.html)
DSTANDALONE-TOOLCHAIN.text200 the official Android 'armeabi' ABI (see docs/CPU-ARCH-ABIS.html) by default.
DCHANGES.text308 - Fixed extra apostrophe in docs/CPU-ARCH-ABIS.html
2530 More details about ABIs is now available in docs/CPU-ARCH-ABIS.html
2596 - docs/CPU-ARCH-ABIS.html: Mention the experimental 'x86' ABI.
/ndk/build/core/
Dinit.mk612 $(call ndk_log, This NDK supports the following target architectures and ABIS:)