Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / build / android / pylib / gtest / test_package_apk.py
index 429cd2b..4a91278 100644 (file)
@@ -44,9 +44,9 @@ class TestPackageApk(TestPackage):
     # GTest expects argv[0] to be the executable path.
     command_line_file.write(self.suite_name + ' ' + options)
     command_line_file.flush()
-    device.PushChangedFiles(
+    device.PushChangedFiles([(
         command_line_file.name,
-        self._package_info.cmdline_file)
+        self._package_info.cmdline_file)])
 
   def _GetFifo(self):
     # The test.fifo path is determined by:
@@ -131,5 +131,5 @@ class TestPackageApk(TestPackage):
 
   #override
   def Install(self, device):
-    self.tool.CopyFiles()
+    self.tool.CopyFiles(device)
     device.Install(self.suite_path)