Searched refs:ABI (Results 1 – 21 of 21) sorted by relevance
/ndk/build/tools/ |
D | build-gnu-libstdc++.sh | 115 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 …]
|
D | build-gabi++.sh | 113 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!"
|
D | build-stlport.sh | 146 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!"
|
D | build-ndk-sysroot.sh | 37 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
|
D | build-gcc.sh | 178 OLD_ABI="${ABI}" 184 export ABI=$HOST_GMP_ABI 207 ABI="$OLD_ABI" 212 export ABI=$HOST_GMP_ABI && 231 ABI="$OLD_ABI"
|
D | builder-funcs.sh | 330 ARCH=$(convert_abi_to_arch $ABI) 350 builder_set_prefix "$ABI " 359 case $ABI in
|
D | package-release.sh | 393 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
|
D | prebuilt-common.sh | 850 2> echo "ERROR: Unsupported ABI name: $1, use one of: armeabi, armeabi-v7a or x86"
|
D | DEV-SCRIPTS-USAGE.TXT | 206 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/ |
D | run-tests.sh | 41 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/ |
D | build.sh | 23 for ABI in $ABIS; do 24 DIR=$PWD/libs/$ABI
|
/ndk/ |
D | ndk-gdb | 437 # 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/ |
D | setup-toolchain.mk | 29 $(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.)
|
D | add-platform.mk | 32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
|
D | setup-abi.mk | 19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
|
D | setup-app.mk | 61 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
|
D | add-application.mk | 118 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
|
D | build-binary.mk | 159 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
|
/ndk/sources/android/libthread_db/ |
D | README | 9 target process. Its API and ABI are not stable and may change in the
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | typeinfo | 31 // 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/ |
D | lib-prefix.m4 | 170 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
|