Home
last modified time | relevance | path

Searched refs:ABI (Results 1 – 21 of 21) sorted by relevance

/ndk/build/tools/
Dbuild-gnu-libstdc++.sh115 local ABI=$1
120 prepare_target_build $ABI $PLATFORM $NDK_DIR
125 DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI
129 ARCH=$(convert_abi_to_arch $ABI)
167 PROJECT="GNU libstdc++ $ABI"
169 mkdir -p $BUILD_DIR/$ABI &&
188 fail_panic "Could not create $ABI prebuilts for GNU libsupc++/libstdc++"
198 local ABI="$1"
200 local ARCH=$(convert_abi_to_arch $ABI)
215 rm -rf "$DIR/libs/$ABI" &&
[all …]
Dbuild-gabi++.sh113 local ABI=$1
122 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI
127 builder_begin_android $ABI "$BUILDDIR" "$MAKEFILE"
144 for ABI in $ABIS; do
145 build_gabixx_libs_for_abi $ABI "$BUILD_DIR/$ABI"
150 for ABI in $ABIS; do
153 FILES="$FILES $GABIXX_SUBDIR/libs/$ABI/$LIB"
155 PACKAGE="$PACKAGE_DIR/gabixx-libs-$ABI.tar.bz2"
158 fail_panic "Could not package $ABI GAbi++ binaries!"
Dbuild-stlport.sh146 local ABI=$1
155 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI
160 builder_begin_android $ABI "$BUILDDIR" "$MAKEFILE"
185 for ABI in $ABIS; do
186 build_stlport_libs_for_abi $ABI "$BUILD_DIR/$ABI"
191 for ABI in $ABIS; do
194 FILES="$FILES $STLPORT_SUBDIR/libs/$ABI/$LIB"
196 PACKAGE="$PACKAGE_DIR/stlport-libs-$ABI.tar.bz2"
199 fail_panic "Could not package $ABI STLport binaries!"
Dbuild-ndk-sysroot.sh37 ABI=arm
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
97 ABI=$OPTION_ABI
100 case "$ABI" in
105 ARCH=$ABI
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
Dbuild-gcc.sh178 OLD_ABI="${ABI}"
184 export ABI=$HOST_GMP_ABI
207 ABI="$OLD_ABI"
212 export ABI=$HOST_GMP_ABI &&
231 ABI="$OLD_ABI"
Dbuilder-funcs.sh330 ARCH=$(convert_abi_to_arch $ABI)
350 builder_set_prefix "$ABI "
359 case $ABI in
Dpackage-release.sh393 for ABI in $ABIS; do
395 unpack_prebuilt gabixx-libs-$ABI.tar.bz2
396 unpack_prebuilt stlport-libs-$ABI.tar.bz2
397 unpack_prebuilt gnu-libstdc++-libs-$ABI.tar.bz2
Dprebuilt-common.sh850 2> echo "ERROR: Unsupported ABI name: $1, use one of: armeabi, armeabi-v7a or x86"
DDEV-SCRIPTS-USAGE.TXT206 due to ABI changes in mor recent versions of GLibc.
450 In NDK r7, this will actually create three tarballs (one per supported ABI),
/ndk/tests/
Drun-tests.sh41 ABI=armeabi
66 ABI="$optarg"
133 echo " --abi=<name> Only run tests for the specific ABI [$ABI]"
365 case $ABI in
369 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI"
372 echo "ERROR: Unsupported abi value: $ABI"
504 local SRCDIR="$BUILD_DIR/`basename $1`/libs/$ABI"
516 dump "Skipping NDK device test run (no $ABI binaries): `basename $1`"
/ndk/tests/build/import-install/
Dbuild.sh23 for ABI in $ABIS; do
24 DIR=$PWD/libs/$ABI
/ndk/
Dndk-gdb437 # Get the target device's supported ABI(s)
442 for ABI in $APP_ABIS; do
443 if [ "$ABI" = "$CPU_ABI" ] ; then
456 for ABI in $APP_ABIS; do
457 if [ "$ABI" = "$CPU_ABI2" ] ; then
/ndk/build/core/
Dsetup-toolchain.mk29 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
37 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41 … __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
Dadd-platform.mk32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
Dsetup-abi.mk19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
Dsetup-app.mk61 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
Dadd-application.mk118 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
Dbuild-binary.mk159 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
/ndk/sources/android/libthread_db/
DREADME9 target process. Its API and ABI are not stable and may change in the
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html.
39 // Defintion of type_info based on example in C++ ABI section 2.9.3
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-prefix.m4170 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.