| Index: build/landmines.py
|
| diff --git a/build/landmines.py b/build/landmines.py
|
| index 4a894b57d904533555b573663085459dbfa35117..981d2dfdac967296c5c80619b2e0868407cc36f4 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('Clobber: java files renamed in crrev.com/12880022')
|
| + add('Clobber: Resources removed in r195014 require clobber.')
|
| if platform() == 'win' and builder() == 'ninja':
|
| add('Compile on cc_unittests fails due to symbols removed in r185063.')
|
| if platform() == 'linux' and builder() == 'ninja':
|
|
|