diff options
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-x | build/landmines.py | 2 |
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 |