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}
This commit is contained in:
kjellander 2016-09-28 00:05:26 -07:00 committed by Commit bot
parent 5e3b5d1983
commit 0c9e567cd5

View File

@ -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():