| Index: build/landmines.py
 | 
| diff --git a/build/landmines.py b/build/landmines.py
 | 
| index fa2be1ced2adc9d9838eac6f984b9994a5a63ae8..d23049d0f5e62bb24e0003b2ab02203c3360ea0d 100755
 | 
| --- a/build/landmines.py
 | 
| +++ b/build/landmines.py
 | 
| @@ -140,9 +140,7 @@ def get_landmines(target):
 | 
|        builder() == 'ninja'):
 | 
|      add('Need to clobber winja goma due to backend cwd cache fix.')
 | 
|    if platform() == 'android':
 | 
| -    add('Fix findbugs errors on android trybots.')
 | 
| -    add('Clobber: jar location moved in crrev.com/183639')
 | 
| -    add('Clobber: resources moved around in crrev.com/12609013')
 | 
| +    add('Clobber: java files renamed in crrev.com/12880022')
 | 
|    if platform() == 'win' and builder() == 'ninja':
 | 
|      add('Compile on cc_unittests fails due to symbols removed in r185063.')
 | 
|    if platform() == 'linux' and builder() == 'ninja':
 | 
| 
 |