Skip to content

Commit

Permalink
Update kernelsu-los21.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf725 authored Feb 28, 2024
1 parent 1cdb770 commit 28ebc7f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/kernelsu-los21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,12 @@ jobs:
git rev-list --count HEAD
echo "VERSION=$(expr $(git rev-list --count HEAD) + 10200)" >> $GITHUB_OUTPUT
cd ..
- name: Android kernel build
uses: lemniskett/android-kernel-actions@master
id: build
env:
NAME: msmnile
with:
arch: arm64
compiler: clang/17
defconfig: $KERNEL_DEFCONFIG
image: Image
- name: Build Kernel
run: |
export PATH=$(pwd)/clang/bin/:$(pwd)/aarch64/bin/:$PATH
export ARCH=arm64
export SUBARCH=arm64
export LD=ld.lld
#export LD=ld.lld
export BRAND_SHOW_FLAG=oneplus
export TARGET_PRODUCT=msmnile
make $KERNEL_CMDLINE $KERNEL_DEFCONFIG CC="ccache clang-14"
Expand Down

0 comments on commit 28ebc7f

Please sign in to comment.