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:
parent
5e3b5d1983
commit
0c9e567cd5
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user