| Index: build/android/single_test_runner.py
|
| diff --git a/build/android/single_test_runner.py b/build/android/single_test_runner.py
|
| index eb68b56c27fb225b2ee86a99fe3318ffc0c3343a..48e92ea3d6cec24f2d59731b4057a7c807c00b94 100644
|
| --- a/build/android/single_test_runner.py
|
| +++ b/build/android/single_test_runner.py
|
| @@ -215,6 +215,7 @@ class SingleTestRunner(BaseTestRunner):
|
| def StripAndCopyFiles(self):
|
| """Strips and copies the required data files for the test suite."""
|
| self.test_package.StripAndCopyExecutable()
|
| + self.test_package.PushDataAndPakFiles()
|
| self.test_package.tool.CopyFiles()
|
| test_data = self.GetDataFilesForTestSuite()
|
| if test_data and not self.fast_and_loose:
|
|
|