| Index: build/android/pylib/gtest/gtest_config.py
|
| diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
|
| index 91c98d30101cfd356a47bd039db4cc72c47379e6..c80ba7f4f83cf90eea332847977914ebd229ec55 100644
|
| --- a/build/android/pylib/gtest/gtest_config.py
|
| +++ b/build/android/pylib/gtest/gtest_config.py
|
| @@ -49,5 +49,9 @@ STABLE_TEST_SUITES = [
|
| # http://crbug.com/344868
|
| ASAN_EXCLUDED_TEST_SUITES = [
|
| 'breakpad_unittests',
|
| - 'sandbox_linux_unittests'
|
| + 'sandbox_linux_unittests',
|
| +
|
| + # The internal ASAN recipe cannot run step "unit_tests_apk", this is the
|
| + # only internal recipe affected. See http://crbug.com/607850
|
| + 'unit_tests_apk',
|
| ]
|
|
|