Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index ab71608b925e7779d321b1156cfa6271df92a9c4..2fdb14f354a4a21b329e0b5e8c977cc8f3932219 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -30,7 +30,7 @@ def print_landmines(target): |
builder() == 'ninja'): |
print 'Need to clobber winja goma due to backend cwd cache fix.' |
if platform() == 'android': |
- print 'Clobber: Autogen java file needs to be removed (issue 159173002)' |
+ print 'Clobber: build_size.jar needs to be deleted (issue 258633003)' |
if platform() == 'win' and builder() == 'ninja': |
print 'Compile on cc_unittests fails due to symbols removed in r185063.' |
if platform() == 'linux' and builder() == 'ninja': |