Skip to content

Commit 491657e

Browse files
author
dtrainor@chromium.org
committed
Clobbering android bots to fix test issue
BUG= TBR=cjhopman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/13852021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195044 0039d316-1c4b-4281-b951-d872f2087c98
1 parent a0e44cc commit 491657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/landmines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def get_landmines(target):
140140
builder() == 'ninja'):
141141
add('Need to clobber winja goma due to backend cwd cache fix.')
142142
if platform() == 'android':
143-
add('Clobber: java files renamed in crrev.com/12880022')
143+
add('Clobber: Resources removed in r195014 require clobber.')
144144
if platform() == 'win' and builder() == 'ninja':
145145
add('Compile on cc_unittests fails due to symbols removed in r185063.')
146146
if platform() == 'linux' and builder() == 'ninja':

0 commit comments

Comments
 (0)