Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index ac3d7d6008447751aed1902d00a4b5edef617aca..779b6856a12d80db591e08c2eaefbe9ea841a624 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -61,6 +61,8 @@ def print_landmines(): |
print 'Clobber to fix missing NaCl gyp dependencies (crbug.com/427427).' |
print 'Another clobber for missing NaCl gyp deps (crbug.com/427427).' |
print 'Clobber to fix GN not picking up increased ID range (crbug.com/444902)' |
+ if platform() == 'android': |
+ print 'Clobber to fix gyp not rename package name (crbug.com/457038)' |
cjhopman
2015/02/10 19:26:20
just add this to the platform() == 'android' block
Ian Wen
2015/02/11 20:02:52
Done.
|
def main(): |