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}
diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py
index 49a61bb..4ed2ed3 100755
--- a/webrtc/build/get_landmines.py
+++ b/webrtc/build/get_landmines.py
@@ -41,6 +41,10 @@
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():