mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1210755 - mozboot/android: Install non-preview version of platform-tools. r=trivial
--HG-- extra : commitid : Hc8dtU2ezcm extra : rebase_source : 340acc1b9e30609bccc42ac006789a22094fc955
This commit is contained in:
parent
889dacee39
commit
9fc8b6b2bb
@ -21,7 +21,7 @@ ANDROID_BUILD_TOOLS_VERSION = '23.0.1'
|
||||
# Use |android list sdk --extended| to see these identifiers.
|
||||
ANDROID_PACKAGES = [
|
||||
'tools',
|
||||
'platform-tools-preview', # Temporarily, tools depends on platform-tools-preview.
|
||||
'platform-tools',
|
||||
'build-tools-%s' % ANDROID_BUILD_TOOLS_VERSION,
|
||||
'android-%s' % ANDROID_TARGET_SDK,
|
||||
'extra-google-m2repository',
|
||||
|
Loading…
Reference in New Issue
Block a user