Bug 1844661 - Update Android bundletool and commandlinetools to the latest releases. r=geckoview-reviewers,owlish

Depends on D184163

Differential Revision: https://phabricator.services.mozilla.com/D184164
This commit is contained in:
Ryan VanderMeulen 2023-07-25 18:38:05 +00:00
Родитель adbb256e84
Коммит 1a258a96de
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -21,10 +21,10 @@ from tqdm import tqdm
from mozboot.bootstrap import MOZCONFIG_SUGGESTION_TEMPLATE
NDK_VERSION = "r23c"
CMDLINE_TOOLS_VERSION_STRING = "9.0"
CMDLINE_TOOLS_VERSION = "9477386"
CMDLINE_TOOLS_VERSION_STRING = "11.0"
CMDLINE_TOOLS_VERSION = "9644228"
BUNDLETOOL_VERSION = "1.14.1"
BUNDLETOOL_VERSION = "1.15.2"
# We expect the emulator AVD definitions to be platform agnostic
LINUX_X86_64_ANDROID_AVD = "linux64-android-avd-x86_64-repack"