| Index: build/landmines.py
|
| diff --git a/build/landmines.py b/build/landmines.py
|
| index cfff27f3058e161d28d0c446b1f191fdde79cca2..fc8e9575ac30064a0f8c5d32a778a5c7dc561b68 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.')
|
|
|
|
|