Index: build/android/pylib/test_package_apk.py |
=================================================================== |
--- build/android/pylib/test_package_apk.py (revision 166381) |
+++ build/android/pylib/test_package_apk.py (working copy) |
@@ -112,6 +112,7 @@ |
return self._WatchTestOutput(self._WatchFifo(timeout=10, logfile=logfile)) |
def StripAndCopyExecutable(self): |
+ self.tool.CopyFiles() |
# Always uninstall the previous one (by activity name); we don't |
# know what was embedded in it. |
self.adb.ManagedInstall(self.test_suite_full, False, |