-
Notifications
You must be signed in to change notification settings - Fork 102
Update build-kernel-release.yml #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The KSUN build variant was missing the `CONFIG_KSU_MANUAL_HOOK=y` configuration. Since `CONFIG_KSU_KPROBES_HOOK=n` is set for all variants, and KSUN applies the manual hook patch (`syscall_hooks.patch`), it requires manual hooks to be enabled in the config. Without this, KernelSU hooks would not be active in the built kernel. This change adds `CONFIG_KSU_MANUAL_HOOK=y` to the KSUN build configuration, mirroring the logic used for the RKSU variant.
Enable CONFIG_KSU_MANUAL_HOOK for KSUN builds
Updates the Sultan Zuma Build workflow to target Android 16 QPR1 using AOSP sources. - Changes default `android_version` to `android16`. - Updates `local_version` string to `android16-qpr1`. - Adds logic to clone the kernel from `android.googlesource.com` (branch `android-gs-akita-android16`) when targeting Android 16, satisfying the "AOSP" requirement. - Preserves the fix for KSUN manual hooks (`CONFIG_KSU_MANUAL_HOOK=y`).
Add Android 16 QPR1 AOSP build configuration
The KSUN build variant applies the `syscall_hooks.patch`, which requires `CONFIG_KSU_MANUAL_HOOK=y` to be effective when `CONFIG_KSU_KPROBES_HOOK` is disabled. Previously, this configuration was only applied to the RKSU variant. This change updates the workflow logic to enable `CONFIG_KSU_MANUAL_HOOK` for KSUN as well.
Enable CONFIG_KSU_MANUAL_HOOK for KSUN build variant
Android16 qpr1 build 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.