Home
last modified time | relevance | path

Searched refs:CPU_ABI (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/
Drun-tests.sh792 local CPU_ABI=$2
826 cd $BUILD_DIR/`basename $TEST`/libs && cp -a $ABI $CPU_ABI
828 SRCDIR="$BUILD_DIR/`basename $TEST`/libs/$CPU_ABI"
830 dump "Skipping NDK device test run (no $CPU_ABI binaries): $TEST_NAME"
916 dump "Running device test [$CPU_ABI]: $TEST_NAME (`basename $PROGRAM`)"
995 for CPU_ABI in $CPU_ABIS; do
996 … if [ "$ABI" = "default" -o "$ABI" = "$CPU_ABI" -o "$ABI" = "$(find_ndk_unknown_archs)" ] ; then
1000 log "Running device test on $DEVICE [$CPU_ABI]: $DIR"
1001 run_device_test "$DEVICE" "$CPU_ABI" "$DIR" /data/local/tmp
/ndk/build/tools/
Ddev-platform-import.sh114 CPU_ABI=$(awk -F '=' '$1 == "ro.product.cpu.abi" { print $2; }' $BUILD_PROP)
120 log "Found target CPU ABI: $CPU_ABI"
121 ARCH=$(convert_abi_to_arch $CPU_ABI)
123 dump "ERROR: Can't translate $CPU_ABI ABI into CPU architecture!"
/ndk/
Dndk-gdb601 for CPU_ABI in $CPU_ABIS; do
602 if [ "$APP_ABIS" != "${APP_ABIS%$CPU_ABI *}" ] ; then
603 COMPAT_ABI=$CPU_ABI