| Index: third_party/robolectric/BUILD.gn
|
| diff --git a/third_party/robolectric/BUILD.gn b/third_party/robolectric/BUILD.gn
|
| index 2f083a6856d50e2b080f51fe935eb36377341f21..ef82f34e9fe1fd89765c872057ab1b5925826ff1 100644
|
| --- a/third_party/robolectric/BUILD.gn
|
| +++ b/third_party/robolectric/BUILD.gn
|
| @@ -570,6 +570,9 @@ template("shadows_core") {
|
| }
|
|
|
| java_library(target_name) {
|
| + # TODO(mikecase): Remove this once crbug.com/638875 is fixed.
|
| + enable_incremental_javac_override = false
|
| +
|
| testonly = true
|
| processors_javac =
|
| [ "org.robolectric.annotation.processing.RobolectricProcessor" ]
|
|
|