From 73f2312a3aac3dc1bf511f4f66974d94a6a59e28 Mon Sep 17 00:00:00 2001 From: DataEraserC <102341238+DataEraserC@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:38:06 +0800 Subject: [PATCH] feat: add pstar support --- .github/workflows/main.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a11b1bd6..5e802cc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,16 +28,18 @@ jobs: - name: Build Kernel uses: ./ 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