From 0c9e567cd53035a6861b928a0febe2e4ceef0e11 Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 28 Sep 2016 00:05:26 -0700 Subject: [PATCH] Landmine to clobber on Android and Windows. BUG=webrtc:6359 NOTRY=True Review-Url: https://codereview.webrtc.org/2380613002 Cr-Commit-Position: refs/heads/master@{#14408} --- webrtc/build/get_landmines.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py index 49a61bb314..4ed2ed3584 100755 --- a/webrtc/build/get_landmines.py +++ b/webrtc/build/get_landmines.py @@ -41,6 +41,10 @@ def print_landmines(): if platform() == 'android': print ('Clobber to remove artifacts on Android causing lint errors after ' 'rolling in https://codereview.webrtc.org/2293863002') + print ('Clobber to remove old AppRTCDemo artifacts after renaming to ' + 'AppRTCMobile in https://codereview.webrtc.org/2373443005') + if platform() == 'win': + print 'Clobber to resolve some issues with corrupt .pdb files on bots.' def main():