| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 4139957129918785c082e741f315c1057002c936..9820fecfd6561575ab18331b1fede8521066d289 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -36,6 +36,7 @@ def print_landmines():
|
| if platform() == 'android':
|
| print 'Clobber: to handle new way of suppressing findbugs failures.'
|
| print 'Clobber to fix gyp not rename package name (crbug.com/457038)'
|
| + print 'Clobber to work around incremental dex issue (crbug.com/569713)'
|
| if platform() == 'win' and builder() == 'ninja':
|
| print 'Compile on cc_unittests fails due to symbols removed in r185063.'
|
| if platform() == 'linux' and builder() == 'ninja':
|
|
|