Skip to content

Commit

Permalink
feat: add pstar support
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Dec 21, 2024
1 parent 17c3f68 commit 934efe8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 934efe8

Please # to comment.