| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 007ebe94ee7e375cae65a8f2e052c5638a1b61c2..ab71608b925e7779d321b1156cfa6271df92a9c4 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -30,7 +30,7 @@ def print_landmines(target):
|
| builder() == 'ninja'):
|
| print 'Need to clobber winja goma due to backend cwd cache fix.'
|
| if platform() == 'android':
|
| - print 'Clobber: Resources removed in r195014 require clobber.'
|
| + print 'Clobber: Autogen java file needs to be removed (issue 159173002)'
|
| if platform() == 'win' and builder() == 'ninja':
|
| print 'Compile on cc_unittests fails due to symbols removed in r185063.'
|
| if platform() == 'linux' and builder() == 'ninja':
|
|
|