Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index 5ed69ca8f521d71c2c78d7e6b53d213f71a8897a..4cd5722f33254962482851b6dc5e79031e3b9d3a 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -139,6 +139,8 @@ def get_landmines(target): |
if (distributor() == 'goma' and platform() == 'win32' and |
builder() == 'ninja'): |
add('Need to clobber winja goma due to backend cwd cache fix.') |
+ if platform() == 'android': |
+ add('Clean android out directories to reduce zip size.') |
return landmines |