Skip to content

Commit 627207d

Browse files
committed
Revert xx_maps
1 parent 39bf384 commit 627207d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/actions/action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)