Index: build/android/pylib/remote/device/remote_device_test_run.py |
diff --git a/build/android/pylib/remote/device/remote_device_test_run.py b/build/android/pylib/remote/device/remote_device_test_run.py |
index ec29b554464dc4850d10a7421eb568fd0875e30c..c97e3b832d43b76cc0cd27e4e11e7d629657416a 100644 |
--- a/build/android/pylib/remote/device/remote_device_test_run.py |
+++ b/build/android/pylib/remote/device/remote_device_test_run.py |
@@ -230,6 +230,8 @@ class RemoteDeviceTestRun(test_run.TestRun): |
self._app_id = self._UploadAppToDevice(app_path) |
+ # TODO(agrieve): If AMP is ever ressurected, this needs to be changed to put |
+ # test files under /sdcard/gtestdata. http://crbug.com/607169 |
data_deps = self._test_instance.GetDataDependencies() |
if data_deps: |
with tempfile.NamedTemporaryFile(suffix='.zip') as test_with_deps: |