Index: build/android/pylib/uiautomator/test_package.py |
diff --git a/build/android/pylib/uiautomator/test_package.py b/build/android/pylib/uiautomator/test_package.py |
index d8558c1848a5bdba9ef852178c0cbbf6f54a5eed..fd9120e4642d7de88dc3d3cde6ef72f24721f2d0 100644 |
--- a/build/android/pylib/uiautomator/test_package.py |
+++ b/build/android/pylib/uiautomator/test_package.py |
@@ -24,4 +24,4 @@ class TestPackage(test_jar.TestJar): |
# Override. |
def Install(self, device): |
- device.PushChangedFiles(self._jar_path, constants.TEST_EXECUTABLE_DIR) |
+ device.PushChangedFiles([(self._jar_path, constants.TEST_EXECUTABLE_DIR)]) |