Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb441 adb_var_shell CPU_ABI getprop ro.product.cpu.abi
443 if [ "$ABI" = "$CPU_ABI" ] ; then
444 COMPAT_ABI=$CPU_ABI
452 log "Device CPU ABI: $CPU_ABI"
454 log "Device CPU ABIs: $CPU_ABI $CPU_ABI2"
466 if [ "$CPU_ABI2" = "$CPU_ABI" ] ; then
469 echo " Device supports: $CPU_ABI $CPU_ABI2"
/ndk/build/tools/
Ddev-platform-import.sh114 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!"