| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 2ba30af8c27e980353e2231eb6fc81f35bbc274d..cb7d5e6622e29331d18214186bb53d5c7a468eb0 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -412,6 +412,15 @@ android_library("chrome_test_java") {
|
| # From java_sources.gni.
|
| java_files = chrome_test_java_sources
|
|
|
| + # TODO(crbug/716236): Remove this exclusion and update these two test files,
|
| + # after the O SDK is rolled.
|
| + if (android_sdk_version == "O") {
|
| + java_files -= [
|
| + "javatests/src/org/chromium/chrome/browser/crash/LogcatExtractionRunnableTest.java",
|
| + "javatests/src/org/chromium/chrome/browser/crash/MinidumpUploadServiceTest.java",
|
| + ]
|
| + }
|
| +
|
| deps = [
|
| "//base:base_java",
|
| "//base:base_java_test_support",
|
|
|