support android-17.0.0_r1 - #8
Open
RubenDiaz95 wants to merge 1 commit into
Open
Conversation
Existing patch set rebased onto AOSP 17, plus the fixes Android 17 needs. Verified on a clean tree: all 25 patches apply to a pristine android-17.0.0_r1 checkout, the build completes, and the resulting image boots with sys.boot_completed=1 and no aborted services. Four patches became empty against 17 because the code moved; the equivalent change is folded into the per-project fix-booting-on-Android-17 patches, so the numbering has no gaps.
This was referenced Aug 1, 2026
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
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.
Existing patch set rebased onto AOSP 17, plus the fixes Android 17 needs.
Verified on a clean tree: all 25 patches apply to a pristine android-17.0.0_r1 checkout, the build completes, and the resulting image boots with sys.boot_completed=1 and no aborted services.
Four patches became empty against 17 because the code moved; the equivalent change is folded into the per-project fix-booting-on-Android-17 patches, so the numbering has no gaps.
This is one of four related pull requests:
redroid-17.0.0(product config)redroid-17.0.0(VAAPI guard)17.0.0They are independent except for local_manifests, which points at the
redroid-17.0.0branch and therefore needs the device_redroid one first.Note this does not fix the ARM native bridge: the resulting image still declares
ro.dalvik.vm.native.bridge=libnb.sowhile advertisingarm64-v8a, so ARM-only apps install and then crash. That is a separate design decision and I would rather raise it as an issue than assume the answer.