File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments