Home
last modified time | relevance | path

Searched refs:CPU_ABILIST64 (Results 1 – 2 of 2) sorted by relevance

/ndk/
Dndk-gdb556 adb_var_shell CPU_ABILIST64 getprop ro.product.cpu.abilist64
558 CPU_ABIS="$CPU_ABILIST64,$CPU_ABILIST32"
559 if [ -z "$CPU_ABILIST64" ] && [ -z "$CPU_ABILIST32" ] ; then
567 CPU_ABILIST64=$(echo $CPU_ABILIST64 | tr ',' ' ')
581 if [ -n "$CPU_ABILIST64" ] ; then
582 for CPU_ABI64 in $CPU_ABILIST64; do
600 if [ "$COMPAT_ABI" = none ] && [ -z "$CPU_ABILIST64" ] && [ -z "$CPU_ABILIST32" ]; then
Dndk-gdb.py608 _,CPU_ABILIST64 = adb_var_shell(['getprop', 'ro.product.cpu.abilist64'])
611 CPU_ABIS = CPU_ABILIST64.split(',')+CPU_ABILIST32.split(',')
612 if not CPU_ABILIST64 and not CPU_ABILIST32:
620 if len(CPU_ABILIST64):
625 COMPAT_ABI = [ABI for ABI in CPU_ABILIST64.split(',') if ABI in APP_ABIS]