You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
workflow: update build tools branch (#926)
This commit is contained in:
2
.github/workflows/build-kernel-a12.yml
vendored
2
.github/workflows/build-kernel-a12.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: Download prebuilt toolchain
|
- name: Download prebuilt toolchain
|
||||||
run: |
|
run: |
|
||||||
AOSP_MIRROR=https://android.googlesource.com
|
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/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/kernel/prebuilts/build-tools -b $BRANCH --depth 1 kernel-build-tools
|
||||||
git clone $AOSP_MIRROR/platform/system/tools/mkbootimg -b $BRANCH --depth 1
|
git clone $AOSP_MIRROR/platform/system/tools/mkbootimg -b $BRANCH --depth 1
|
||||||
|
|||||||
2
.github/workflows/build-kernel-a13.yml
vendored
2
.github/workflows/build-kernel-a13.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Download prebuilt toolchain
|
- name: Download prebuilt toolchain
|
||||||
run: |
|
run: |
|
||||||
AOSP_MIRROR=https://android.googlesource.com
|
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/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/kernel/prebuilts/build-tools -b $BRANCH --depth 1 kernel-build-tools
|
||||||
git clone $AOSP_MIRROR/platform/system/tools/mkbootimg -b $BRANCH --depth 1
|
git clone $AOSP_MIRROR/platform/system/tools/mkbootimg -b $BRANCH --depth 1
|
||||||
|
|||||||
Reference in New Issue
Block a user