Skip to content

Commit 40205f2

Browse files
committed
Test new scx patch
1 parent f972c92 commit 40205f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ runs:
211211
212212
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
213213
echo "Patching hmdird!"
214-
echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
215-
curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
214+
curl -Ls https://github.com/Plan2241/HMBird-GKI-patch/commit/f8f3e4e33946aef6d40b9230050336909b4cc21b.patch | sed '1,12d; 37,$d' | patch -p1 -F 3 --verbose
215+
# echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
216+
# curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
216217
echo "Patching hmbird files!"
217218
# curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
218219
cd ./kernel/sched

0 commit comments

Comments
 (0)