Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: build/landmines.py

Issue 11434066: Add android landmine (force android clean build) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698