Searched refs:CPU_ABI (Results 1 – 2 of 2) sorted by relevance
441 adb_var_shell CPU_ABI getprop ro.product.cpu.abi443 if [ "$ABI" = "$CPU_ABI" ] ; then444 COMPAT_ABI=$CPU_ABI452 log "Device CPU ABI: $CPU_ABI"454 log "Device CPU ABIs: $CPU_ABI $CPU_ABI2"466 if [ "$CPU_ABI2" = "$CPU_ABI" ] ; then469 echo " Device supports: $CPU_ABI $CPU_ABI2"
114 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!"