Bug 1165422 - Bump mach bootstrap versions for SDK 22. r?nalexander

--HG--
extra : commitid : BNLZwuY4k7V
extra : rebase_source : d36b0269bb69febd2201ef9d8a9f928e4bddb7ec
This commit is contained in:
Michael Comella 2015-06-04 10:53:24 -07:00
parent 337ad75e3d
commit 627fb4620a

View File

@ -13,8 +13,8 @@ import subprocess
# These are the platform and build-tools versions for building
# mobile/android, respectively. Try to keep these in synch with the
# build system and Mozilla's automation.
ANDROID_PLATFORM = 'android-21'
ANDROID_BUILD_TOOLS_VERSION = '21.1.2'
ANDROID_PLATFORM = 'android-22'
ANDROID_BUILD_TOOLS_VERSION = '22.0.1'
# These are the "Android packages" needed for building Firefox for Android.
# Use |android list sdk --extended| to see these identifiers.