| Index: webrtc/build/get_landmines.py
|
| diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py
|
| index 49a61bb3146bb13305cdaa99972d73839bb7b212..4ed2ed3584fa3fc5151f997f075f01790e76e356 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():
|
|
|