Skip to content

Commit

Permalink
Target android 31.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D133153

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1743469
gecko-commit: f2ca12acdf5bf52abde914f5010d115a6a944786
gecko-reviewers: jgraham, jnicol, calu
  • Loading branch information
agi authored and moz-wptsync-bot committed Jan 12, 2022
1 parent c70ceaa commit db92a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/wpt/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def install_android_packages(logger, sdk_path, no_prompt=False):
raise OSError("Can't find sdkmanager at %s" % sdk_manager_path)

packages = ["platform-tools",
"build-tools;30.0.2",
"platforms;android-30",
"build-tools;31.0.0",
"platforms;android-31",
"emulator"]

# TODO: make this work non-internactively
Expand Down

0 comments on commit db92a81

Please sign in to comment.