Bug 1194365 - Bump Andoid NDK to r10e; manually install Android SDK and NDK on Mac OS X. r=mcomella

This bumps the NDK version to r10e.

Previously, we used brew to install android-sdk and a custom version
of android-ndk.  That makes it hard to control the installed versions.
This installs from downloaded archives, which unifies the Mac OS X
approach with the straight-forward Linux approach.
This commit is contained in:
Nick Alexander
2015-09-22 13:56:17 -07:00
parent 6d6aa6371e
commit f124e6f82a
6 changed files with 57 additions and 82 deletions

View File

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