File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -334,19 +334,6 @@ runs:
334334 cd "$CONFIG/kernel_platform/common"
335335 patch -p1 < ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch
336336
337- - name : Apply xx_maps patch (untill sus_maps is released)
338- shell : bash
339- run : |
340- set -euo pipefail
341- cd "$CONFIG"
342- git clone https://github.com/fatalcoder524/map_spoof.git
343- cd "kernel_platform/common"
344- patch -p1 --forward < "../../map_spoof/sus_kernel.diff"
345- cp -r "../../map_spoof/map_spoof" drivers
346- grep -q "map_spoof" drivers/Makefile || printf "\nobj-\$(CONFIG_MAP_SPOOF) += map_spoof/\n" >> drivers/Makefile && echo "[+] Modified Makefile."
347- grep -q "source \"drivers/map_spoof/Kconfig\"" drivers/Kconfig || sed -i "/endmenu/i\source \"drivers/map_spoof/Kconfig\"" drivers/Kconfig && echo "[+] Modified Kconfig."
348- echo "CONFIG_MAP_SPOOF=y" >> arch/arm64/configs/gki_defconfig
349-
350337 - name : Add KernelSU-Next and SUSFS Configuration Settings
351338 shell : bash
352339 run : |
You can’t perform that action at this time.
0 commit comments