diff options
author | ilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-05 01:43:24 +0000 |
---|---|---|
committer | ilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-05 01:43:24 +0000 |
commit | f245f100588239c9a8e5faec7f53fd95b52be1f7 (patch) | |
tree | 91a2d98460974d677c1428329253e7a7a3759bd0 /build/landmines.py | |
parent | 5ffc9c4d92380e0e659a16d1f5bd70d2f553a2b8 (diff) | |
download | chromium_src-f245f100588239c9a8e5faec7f53fd95b52be1f7.zip chromium_src-f245f100588239c9a8e5faec7f53fd95b52be1f7.tar.gz chromium_src-f245f100588239c9a8e5faec7f53fd95b52be1f7.tar.bz2 |
Set landmine to clobber android trybots.
Fixing findbugs errors from incremental builds.
BUG=180079
Review URL: https://codereview.chromium.org/12390081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-x | build/landmines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/landmines.py b/build/landmines.py index cfff27f..fc8e957 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('Clean android out directories to reduce zip size.') + add('Fix findbugs errors on android trybots.') if platform() == 'win' and builder() == 'ninja': add('Compile on cc_unittests fails due to symbols removed in r185063.') |