Skip to content

Commit 8ae3ff0

Browse files
committed
dont need this anyway
1 parent cf294e4 commit 8ae3ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gki-kernel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo 'obj-y += nuke_ext4_lkm/' >> drivers/Makefile
8080
8181
# stop this exports check
82-
sed -i '/check_exports(mod)/d' scripts/mod/modpost.c
82+
# sed -i '/check_exports(mod)/d' scripts/mod/modpost.c
8383
8484
# force exports of these, just like ksu
8585
[ -f "android/abi_gki_aarch64" ] && echo " register_kprobe" >> android/abi_gki_aarch64 && echo " unregister_kprobe" >> android/abi_gki_aarch64

0 commit comments

Comments
 (0)