Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 4d09da0c53704958aefcfd3b7d95e430ce997b60..0e4fe63b39effa8388e561d9360596eb9d699f2b 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: To get rid of NoSuchFieldError in issue 350703003.' |
+ print 'Clobber: To get rid of generated files in the wrong package.' |
if platform() == 'win' and builder() == 'ninja': |
print 'Compile on cc_unittests fails due to symbols removed in r185063.' |
if platform() == 'linux' and builder() == 'ninja': |