summaryrefslogtreecommitdiffstats
path: root/build/get_landmines.py
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2015-12-15 07:21:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-15 15:23:36 +0000
commit06215e9286247b08ff6c958f725c6e5185c4acd1 (patch)
treeb4959056dd3e68a4db43deebde79b10c79dce7fe /build/get_landmines.py
parent64ba4256391a7d7a7911d922a1bc40f39a28c3c7 (diff)
downloadchromium_src-06215e9286247b08ff6c958f725c6e5185c4acd1.zip
chromium_src-06215e9286247b08ff6c958f725c6e5185c4acd1.tar.gz
chromium_src-06215e9286247b08ff6c958f725c6e5185c4acd1.tar.bz2
[Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer.
BUG=488195 Review URL: https://codereview.chromium.org/1465383003 Cr-Commit-Position: refs/heads/master@{#365254}
Diffstat (limited to 'build/get_landmines.py')
-rwxr-xr-xbuild/get_landmines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 4139957..9820fec 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -36,6 +36,7 @@ def print_landmines():
if platform() == 'android':
print 'Clobber: to handle new way of suppressing findbugs failures.'
print 'Clobber to fix gyp not rename package name (crbug.com/457038)'
+ print 'Clobber to work around incremental dex issue (crbug.com/569713)'
if platform() == 'win' and builder() == 'ninja':
print 'Compile on cc_unittests fails due to symbols removed in r185063.'
if platform() == 'linux' and builder() == 'ninja':