Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup93 local _ABI=$(adb_shell getprop ro.product.cpu.abi)
95 if [[ $_ABI == x86* ]]; then
97 elif [[ $_ABI == armeabi* ]]; then
100 echo "Unrecognized device ABI: $_ABI"