summaryrefslogtreecommitdiffstats
path: root/build/landmines.py
diff options
context:
space:
mode:
authorilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 21:43:22 +0000
committerilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 21:43:22 +0000
commit21a7bffe270aa3a67959384b0e69603ef681c4de (patch)
treea6ce39199fecc8f44a6c6bc1667e4087df312110 /build/landmines.py
parentafffd5fead2c44c9c054aebe628eb66a555629c8 (diff)
downloadchromium_src-21a7bffe270aa3a67959384b0e69603ef681c4de.zip
chromium_src-21a7bffe270aa3a67959384b0e69603ef681c4de.tar.gz
chromium_src-21a7bffe270aa3a67959384b0e69603ef681c4de.tar.bz2
Set Android Clobber landmine
Android jars moved in crrev.com/183639 Some trybots are failing findbugs from stale jars, i.e. http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/45534 BUG=158821 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/12665006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-xbuild/landmines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/landmines.py b/build/landmines.py
index b276e6c..bc70f5d 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -141,6 +141,7 @@ def get_landmines(target):
add('Need to clobber winja goma due to backend cwd cache fix.')
if platform() == 'android':
add('Fix findbugs errors on android trybots.')
+ add('Clobber: jar location moved in crrev.com/183639')
if platform() == 'win' and builder() == 'ninja':
add('Compile on cc_unittests fails due to symbols removed in r185063.')
if platform() == 'linux' and builder() == 'ninja':