summaryrefslogtreecommitdiffstats
path: root/build/landmines.py
diff options
context:
space:
mode:
authorilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-01 01:59:36 +0000
committerilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-01 01:59:36 +0000
commita3078d81a327d0d21ee50349e6b251840ae9c950 (patch)
treed6bcfc74c2352f81eb9f44758018fbdf8b75d95e /build/landmines.py
parent770ba31dd5a8a361f63aba96c84672c048a121fd (diff)
downloadchromium_src-a3078d81a327d0d21ee50349e6b251840ae9c950.zip
chromium_src-a3078d81a327d0d21ee50349e6b251840ae9c950.tar.gz
chromium_src-a3078d81a327d0d21ee50349e6b251840ae9c950.tar.bz2
Add android landmine (force android clean build)
NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11434066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-xbuild/landmines.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/landmines.py b/build/landmines.py
index 5ed69ca..4cd5722 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