HomeSort by relevance Sort by last modified time
    Searched refs:CPU_ABIS (Results 1 - 2 of 2) sorted by null

  /ndk/tests/
run-tests.sh 527 CPU_ABIS=
556 for CPU_ABI in $CPU_ABIS; do
563 dump "Skipping NDK device test run (no $CPU_ABIS binaries): `basename $1`"
634 CPU_ABIS=$ABI
639 CPU_ABIS="$CPU_ABI1,$CPU_ABI2"
640 CPU_ABIS=$(echo $CPU_ABIS | tr ',' ' ')
  /ndk/
ndk-gdb 520 CPU_ABIS="$CPU_ABI1,$CPU_ABI2,"
521 CPU_ABIS=$(echo $CPU_ABIS | tr ',' ' ')
522 log "Device CPU ABIs: $CPU_ABIS"
525 if [ "$CPU_ABIS" != "${CPU_ABIS%$APP_ABI *}" ] ; then
533 echo " Device supports: $CPU_ABIS"

Completed in 177 milliseconds