| Index: webrtc/build/get_landmines.py
|
| diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py
|
| index 983a0b8c3bf28942057b4c95bb2ff7cfff4e8d7a..7223446f0537ffde4b3b5ecf5682422340cb68f0 100755
|
| --- a/webrtc/build/get_landmines.py
|
| +++ b/webrtc/build/get_landmines.py
|
| @@ -43,6 +43,8 @@ def print_landmines():
|
| 'rolling in https://codereview.webrtc.org/2293863002')
|
| print ('Clobber to remove old AppRTCDemo artifacts after renaming to '
|
| 'AppRTCMobile in https://codereview.webrtc.org/2373443005')
|
| + print ('Clobber to fix Android x86/x64 builds after '
|
| + 'https://codereview.webrtc.org/1414343008/')
|
| if platform() == 'win':
|
| print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
|
| print 'Clobber due to corrupt .pdb files (after #14623)'
|
|
|