We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e44cc commit 491657eCopy full SHA for 491657e
build/landmines.py
@@ -140,7 +140,7 @@ def get_landmines(target):
140
builder() == 'ninja'):
141
add('Need to clobber winja goma due to backend cwd cache fix.')
142
if platform() == 'android':
143
- add('Clobber: java files renamed in crrev.com/12880022')
+ add('Clobber: Resources removed in r195014 require clobber.')
144
if platform() == 'win' and builder() == 'ninja':
145
add('Compile on cc_unittests fails due to symbols removed in r185063.')
146
if platform() == 'linux' and builder() == 'ninja':
0 commit comments