Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index fc8e9575ac30064a0f8c5d32a778a5c7dc561b68..b276e6cb1fc9a6d2dd03dafadea3debf0b16ce4c 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -143,6 +143,8 @@ def get_landmines(target): |
add('Fix findbugs errors on android trybots.') |
if platform() == 'win' and builder() == 'ninja': |
add('Compile on cc_unittests fails due to symbols removed in r185063.') |
+ if platform() == 'linux' and builder() == 'ninja': |
+ add('Builders switching from make to ninja will clobber on this.') |
return landmines |