diff options
-rwxr-xr-x | build/landmines.py | 2 |
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.') |