Searched refs:CPU_ABILIST64 (Results 1 – 2 of 2) sorted by relevance
556 adb_var_shell CPU_ABILIST64 getprop ro.product.cpu.abilist64558 CPU_ABIS="$CPU_ABILIST64,$CPU_ABILIST32"559 if [ -z "$CPU_ABILIST64" ] && [ -z "$CPU_ABILIST32" ] ; then567 CPU_ABILIST64=$(echo $CPU_ABILIST64 | tr ',' ' ')581 if [ -n "$CPU_ABILIST64" ] ; then582 for CPU_ABI64 in $CPU_ABILIST64; do600 if [ "$COMPAT_ABI" = none ] && [ -z "$CPU_ABILIST64" ] && [ -z "$CPU_ABILIST32" ]; then
608 _,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]