forked from OSchip/llvm-project
[asan] Minor tweak to asan_device_setup.
Add another wait-for-device which may fix a flaky setup error. Fix output message. llvm-svn: 219117
This commit is contained in:
parent
d2a3f4765b
commit
faef77480d
|
@ -90,9 +90,10 @@ echo '>> Remounting /system rw'
|
|||
$ADB root
|
||||
$ADB wait-for-device
|
||||
$ADB remount
|
||||
$ADB wait-for-device
|
||||
|
||||
get_device_arch ARCH
|
||||
echo 'Target architecture: $ARCH'
|
||||
echo "Target architecture: $ARCH"
|
||||
ASAN_RT="libclang_rt.asan-$ARCH-android.so"
|
||||
|
||||
if [[ x$revert == xyes ]]; then
|
||||
|
|
Loading…
Reference in New Issue