| Index: build/android/pylib/gtest/test_package_apk.py
|
| diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py
|
| index a679b0358edbb9e3a01b562fdd9fda16f6b51d91..b67cef1f16f651359d8c2ee5b50f6c2757119aaa 100644
|
| --- a/build/android/pylib/gtest/test_package_apk.py
|
| +++ b/build/android/pylib/gtest/test_package_apk.py
|
| @@ -44,7 +44,7 @@ class TestPackageApk(TestPackage):
|
| self._package_info = constants.PACKAGE_INFO['gtest']
|
|
|
| if suite_name == 'net_unittests':
|
| - self._extras = {'RunInSubThread': ''}
|
| + self._extras = {'RunInSubThread': None}
|
| else:
|
| self._extras = []
|
|
|
|
|