From d84fdada3147c345fc8cb424d648f54f34927fe9 Mon Sep 17 00:00:00 2001 From: hopez13 <140780838+hopez13@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:00:12 +0530 Subject: [PATCH] workflow: update build tools branch (#926) --- .github/workflows/build-kernel-a12.yml | 2 +- .github/workflows/build-kernel-a13.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-kernel-a12.yml b/.github/workflows/build-kernel-a12.yml index 2545c809..b027db31 100644 --- a/.github/workflows/build-kernel-a12.yml +++ b/.github/workflows/build-kernel-a12.yml @@ -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 diff --git a/.github/workflows/build-kernel-a13.yml b/.github/workflows/build-kernel-a13.yml index 021c8685..5390e84a 100644 --- a/.github/workflows/build-kernel-a13.yml +++ b/.github/workflows/build-kernel-a13.yml @@ -90,7 +90,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