summaryrefslogtreecommitdiffstats
path: root/build/landmines.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-xbuild/landmines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/landmines.py b/build/landmines.py
index cfff27f..fc8e957 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -140,7 +140,7 @@ def get_landmines(target):
builder() == 'ninja'):
add('Need to clobber winja goma due to backend cwd cache fix.')
if platform() == 'android':
- add('Clean android out directories to reduce zip size.')
+ 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.')