Home
last modified time | relevance | path

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

/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/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/build/tools/
Dbuild-cxx-stl.sh71 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
Dmake-standalone-toolchain.sh46 ABIS=
47 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
121 if [ -z "$ABIS" ]; then
122 ABIS=$(convert_arch_to_abi $ARCH)
125 if [ -z "$ABIS" ]; then
577 for ABI in $(echo "$ABIS" | tr ',' ' '); do
/ndk/sources/cxx-stl/gnu-libstdc++/
Dbuild-gnu-libstdc++.sh65 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; do
430 for ABI in $ABIS; do
/ndk/tests/build/issue64679-prctl/
Dbuild.sh48 ABIS=$(commas_to_spaces $(convert_arch_to_abi $ARCH))
49 for ABI in $ABIS; do
/ndk/
DREADME.md35 * `$TOOLCHAIN/config.mk` contains ARCH and ABIS this toolchain can handle.
/ndk/build/core/
Dinit.mk630 $(call ndk_log, This NDK supports the following target architectures and ABIS:)