| Index: trunk/src/build/get_landmines.py
|
| ===================================================================
|
| --- trunk/src/build/get_landmines.py (revision 279687)
|
| +++ trunk/src/build/get_landmines.py (working copy)
|
| @@ -30,7 +30,7 @@
|
| builder() == 'ninja'):
|
| print 'Need to clobber winja goma due to backend cwd cache fix.'
|
| if platform() == 'android':
|
| - print 'Clobber: To get rid of generated files in the wrong package.'
|
| + print 'Clobber: To get rid of NoSuchFieldError in issue 350703003.'
|
| if platform() == 'win' and builder() == 'ninja':
|
| print 'Compile on cc_unittests fails due to symbols removed in r185063.'
|
| if platform() == 'linux' and builder() == 'ninja':
|
|
|