Draft: WIP: Add a initial libinit (Non tested yet) #11
Open
EliasTheGrandMasterOfMistakes wants to merge 9 commits into
Open
Draft: WIP: Add a initial libinit (Non tested yet) #11EliasTheGrandMasterOfMistakes wants to merge 9 commits into
EliasTheGrandMasterOfMistakes wants to merge 9 commits into
Conversation
libinit based on sm8150-common Co-authored-by: Sebastiano Barezzi <barezzisebastiano@gmail.com>
This is a simples init program that reads number of cpus and use this to defines dalvik.vm.*.dex2oat properties
Imported from device_xiaomi_marble Co-Authored-By: SebaUbuntu <seba@sebaubuntu.dev> Co-Authored-By: Ramii Ahmed <ramy@ahmedramy.com> Co-Authored-By: luk1337 <priv.luk@gmail.com> Co-Authored-By: Arian <arian.kulmer@web.de> Co-Authored-By: Mohammed Althaf Thayyil <me@althafvly.com> Co-Authored-By: YuKongA <70465933+YuKongA@users.noreply.github.com>
When a device with low ram (6GB or lower) we can just enable "ro.config.low_ram" which will reduce memory usage
8b164b3 to
dd85ff6
Compare
profile services and wifi-service to reduce RAM and storage.
Signed-off-by: nnippon99 <adamayyad1999@hotmail.com>
SystemUI - Add Settings & SystemUI The default ART setting is quicken: run DEX code verification and optimize some DEX instructions to get better interpreter performance. This commit switches performance critical applications to speed: run DEX code verification and AOT-compile all methods. PRODUCT_DEXPREOPT_SPEED_APPS (New in Android O) List of applications that have been identified as core to the products and which are desirable to compile with the speed compiler filter. For example, persistent apps such as SystemUI get a chance to use profile-guided compilation only at the next reboot, so it may be better for the product to have these apps always AOT-compiled. Signed-off-by: DarkAngelGR <asavvo01@gmail.com>
|
Hello, i'm here, in my new account, what is best way to try it, i don't have more acess to a server to build it. |
@mathieuchartier sorry for mention you |
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.
This introduce a libinit that will set props during initialisation
Draft
Not tested yet