We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dc13e commit cbe581bCopy full SHA for cbe581b
.github/workflows/build.yml
@@ -204,7 +204,7 @@ jobs:
204
205
# Add KSU configuration settings
206
echo "CONFIG_KSU=y" >> ./common/arch/arm64/configs/gki_defconfig
207
- echo "CONFIG_KSU_WITH_KPROBES=n" >> ./common/arch/arm64/configs/gki_defconfig
+ echo "CONFIG_KSU_KPROBES_HOOK=n" >> ./common/arch/arm64/configs/gki_defconfig
208
209
# Add SUSFS configuration settings
210
echo "CONFIG_KSU_SUSFS=y" >> ./common/arch/arm64/configs/gki_defconfig
0 commit comments