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

/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_device_setup94 local _ABI=$(adb_shell getprop ro.product.cpu.abi)
97 if [[ $_ABI == x86* ]]; then
99 elif [[ $_ABI == armeabi* ]]; then
101 elif [[ $_ABI == arm64-v8a* ]]; then
105 echo "Unrecognized device ABI: $_ABI"

Completed in 3 milliseconds