From 934efe8a71f957ee8d4824592bcc69ee42cbd34d Mon Sep 17 00:00:00 2001 From: DataEraserC <102341238+DataEraserC@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:24:38 +0800 Subject: [PATCH] feat: add pstar support --- .github/workflows/build.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1629aded..5a3f17d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,16 +15,18 @@ jobs: - name: Build Kernel uses: dabao1955/kernel_build_action@main with: - kernel-url: https://github.com/AcmeUI-Devices/android_kernel_xiaomi_cas - kernel-dir: msm-4.19 - kernel-branch: taffy - config: cas_defconfig + kernel-url: https://github.com/AndroidAppsUsedByMyself/android_kernel_motorola_sm8250 + kernel-branch: lineage-22.0 + config: lineageos_pstar_stock_defconfig arch: arm64 aosp-gcc: true aosp-clang: true + ccache: true + ksu-url: http://github.com/rifsxd/KernelSU-Next + ksu-version: next ksu: true - ksu-version: main + ksu-lkm: true android-version: 12 - aosp-clang-version: r383902 + aosp-clang-version: r416183b1 disable-lto: true anykernel3: true