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

  /ndk/tests/
run-tests.sh 647 CPU_ABIS=
808 CPU_ABIS="$CPU_ABI1,$CPU_ABI2"
809 CPU_ABIS=$(commas_to_spaces $CPU_ABIS)
810 if [ "$CPU_ABIS" = " " ]; then
813 CPU_ABIS=armeabi
815 for CPU_ABI in $CPU_ABIS; do
  /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"
ndk-gdb.py 519 CPU_ABIS = CPU_ABI1.split(',')+CPU_ABI2.split(',')
520 log('Device CPU ABIs: %s' % (' '.join(CPU_ABIS)))
521 COMPAT_ABI = [ABI for ABI in CPU_ABIS if ABI in APP_ABIS]
526 Package supports: %s''' % (' '.join(CPU_ABIS),' '.join(APP_ABIS)))

Completed in 724 milliseconds