Bug 1108771 - Part 2: Implement |mach bootstrap| for mobile/android on Debian-like systems. r=gps

This adds a generic android Python module that handles:

* downloading and unpacking Google's Android SDK and NDK bundles;
* using the |android| tool to install additional Android packages;
* printing a mozconfig snippet suitable for mobile/android builds.
This commit is contained in:
Nick Alexander
2014-12-21 15:29:18 -08:00
parent 75df86f032
commit 278608061f
3 changed files with 274 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ REPOSITORY_PATH_PREFIX = 'python/mozboot'
REPOSITORY_PATHS = [
'mozboot/__init__.py',
'mozboot/android.py',
'mozboot/base.py',
'mozboot/bootstrap.py',
'mozboot/centos.py',