Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / build / android / pylib / uiautomator / test_package.py
index ecba284..d8558c1 100644 (file)
@@ -24,5 +24,4 @@ class TestPackage(test_jar.TestJar):
 
   # Override.
   def Install(self, device):
-    device.old_interface.PushIfNeeded(self._jar_path,
-                                      constants.TEST_EXECUTABLE_DIR)
+    device.PushChangedFiles(self._jar_path, constants.TEST_EXECUTABLE_DIR)