From a3078d81a327d0d21ee50349e6b251840ae9c950 Mon Sep 17 00:00:00 2001 From: "ilevy@chromium.org" Date: Sat, 1 Dec 2012 01:59:36 +0000 Subject: 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 --- build/landmines.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') 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 -- cgit v1.1