Merge "Remove adb remount in android_device.py"
diff --git a/utils/python/controllers/android_device.py b/utils/python/controllers/android_device.py
index a856c6a..6cff5bf 100644
--- a/utils/python/controllers/android_device.py
+++ b/utils/python/controllers/android_device.py
@@ -758,8 +758,6 @@
             try:
                 self.adb.root()
                 self.adb.wait_for_device()
-                self.adb.remount()
-                self.adb.wait_for_device()
             except adb.AdbError as e:
                 # adb wait-for-device is not always possible in the lab
                 # continue with an assumption it's done by the harness.