From 603757992675ea8ef60c89e385f4e4bfb780c558 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 29 Jan 2015 17:24:21 +0000 Subject: [PATCH] [asan] Add one more wait-for-device in the Android setup script. llvm-svn: 227473 --- compiler-rt/lib/asan/scripts/asan_device_setup | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/asan/scripts/asan_device_setup b/compiler-rt/lib/asan/scripts/asan_device_setup index eb50ea4..c143b9f 100755 --- a/compiler-rt/lib/asan/scripts/asan_device_setup +++ b/compiler-rt/lib/asan/scripts/asan_device_setup @@ -87,6 +87,7 @@ if [[ x$device != x ]]; then fi echo '>> Remounting /system rw' +$ADB wait-for-device $ADB root $ADB wait-for-device $ADB remount -- 2.7.4