add GrapheneOS Speech Services app#79
Open
soupslurpr wants to merge 33 commits intoGrapheneOS:16-qpr2from
Open
add GrapheneOS Speech Services app#79soupslurpr wants to merge 33 commits intoGrapheneOS:16-qpr2from
soupslurpr wants to merge 33 commits intoGrapheneOS:16-qpr2from
Conversation
Compressed APEXes are unpacked into /data/apex/decompressed before being mounted. When APEXes aren't updated out-of-band, this unnecessarily weakens verified boot and wastes storage space. On GrapheneOS, APEXes are not updated out-of-band. For more details, see https://source.android.com/docs/core/ota/apex#compressed-apex
If there's exactly one "vendor/*/$PRODUCT/cmds-for-envsetup.sh" file, source it at the early stage of lunch/choosecombo command. This allows to define extra product-specific variables before the product makefile is parsed, which happens quite late.
PLATFORM_SECURITY_PATCH can already be overridden with a global variable, but using per-product variable is less error-prone.
The system_other image is gone after the first update and the OS ends up needing to compile the code for these apps as part of performing each OS update. GrapheneOS doesn't use JIT compilation and the AOT compilation isn't guided by JIT profiles so this ends up using the same amount of space and doing a bunch of unnecessary work on each device. It also reduces the scope of verified boot by having the compiled odex code for base system apps outside of the verified system partition.
otapreopt is currently broken, which massively slows down post-OTA boot when there's a large amount of optimizable code in user apps. Compilation with the "speed" compiler filter is now performed asynchronously, after boot. Most of the system packages are not affected by this change, since they use dexpreopted code from the system image.
This fixes an occasional issue where the navbar is in a broken state (gesture nav works, but the bar is rendered as if it's 2/3-button nav) after wiping data or provisioning new users. From Danny Lin <danny@kdrag0n.dev> in ProtonAOSP.
The previous default target sdk_phone_x86_64 has been removed upstream.
This reverts commit e1e7648.
This reverts commit 322b51b.
It's needed for factory image optimization.
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.
Depends on:
https://github.com/soupslurpr/platform_external_SpeechServices
GrapheneOS/script#97
GrapheneOS/platform_manifest#87
GrapheneOS/platform_manifest#86
GrapheneOS/adevtool#280