Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 873563da2aba6c7c2e120ceb37666d21edaed1b6..c1e07cc4a24a392b75e3529284f5c6156e434a9d 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -75,6 +75,8 @@ def print_landmines(): |
print 'Clobber iOS to workaround Xcode deps bug (crbug.com/485435)' |
if platform() == 'win': |
print 'Clobber to delete stale generated files (crbug.com/510086)' |
+ if platform() == 'android' and gyp_defines().get('target_arch') == 'arm64': |
+ print 'Clobber to support new location/infra for chrome_sync_shell_apk' |
def main(): |