workflow: update build tools branch (#926)

This commit is contained in:
hopez13
2023-09-01 12:00:12 +05:30
committed by GitHub
parent 71c14d96ab
commit d84fdada31
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ jobs:
- name: Download prebuilt toolchain
run: |
AOSP_MIRROR=https://android.googlesource.com
BRANCH=master-kernel-build-2022
BRANCH=main-kernel-build-2023
git clone $AOSP_MIRROR/platform/prebuilts/build-tools -b $BRANCH --depth 1 build-tools
git clone $AOSP_MIRROR/kernel/prebuilts/build-tools -b $BRANCH --depth 1 kernel-build-tools
git clone $AOSP_MIRROR/platform/system/tools/mkbootimg -b $BRANCH --depth 1