product: bootanimation: introduce TARGET_USES_CUSTOM_BOOTANIMATION#10
Draft
xabolcs wants to merge 84 commits intoAlphaDroid-Project:alpha-14from
Draft
product: bootanimation: introduce TARGET_USES_CUSTOM_BOOTANIMATION#10xabolcs wants to merge 84 commits intoAlphaDroid-Project:alpha-14from
xabolcs wants to merge 84 commits intoAlphaDroid-Project:alpha-14from
Conversation
Squashed: crdroidandroid/android_vendor_crdroid@ed37902 crdroidandroid/android_vendor_crdroid@3484fbf crdroidandroid/android_vendor_crdroid@caeb656 crdroidandroid/android_vendor_crdroid@4b20c6b crdroidandroid/android_vendor_crdroid@00b5467 crdroidandroid/android_vendor_crdroid@83641d0 crdroidandroid/android_vendor_crdroid@8c1b56f crdroidandroid/android_vendor_crdroid@7120685 crdroidandroid/android_vendor_crdroid@878d2fb Change-Id: Iaa749a64020fbec8218c216c54e040563dbf438a Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
- remove redundant code
- save changelog to ${DEVICE}_changelog.txt directly
* While LOS is base ROM, there are/will be additions over LOS. Therefore, rebrand and ship it as crDroid ROM. Change-Id: I53c407da455885af7029853ff635090f34b01f0c Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: DarkJoker360 <simoespo159@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* If we never set up SeedVault, we get error notification every boot. This reverts commit a88d06f.
Ref: https://www.manual-owner.com/mobily-apn-settings.html Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I3a05c908704846a33b5b14dd9ce5879cc9d4764f Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
based on https://github.com/PixelExperience/vendor_aosp/blob/twelve/build/tools/roomservice.py @gwolf2u: adapted to crDroid Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
needs vendor_crDroidOTA cloned to <source root>/vendor/crDroidOTA
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Ibce7f9db1c035b7fe72b7a4adc97c5a0dd040f67 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Matches the Android 12 build sandbox: https://android.googlesource.com/platform/build/+/refs/tags/android-12.0.0_r2/Changes.md Change-Id: I032127e2724b34e649bcc73c347c8e67df1f45b0 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Remove nonexistent or obsolete props. * Import new props extracted from raven. Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com>
ro.launcher.blur.appLaunch is 1 by default Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Reduce default screen off timeout to 30 sec. * Turn on automation brightness mode by default. * Turn on vibrate when ringing by default. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Opt in to whole-program Java optimizations via R8 for Pixel devices. This can be explicitly disabled during builds via `SYSTEMUI_OPTIMIZE_JAVA=false SYSTEM_OPTIMIZE_JAVA=false m`. Note that this change does introduce changes to stack traces that may require retracing for fully accurate debugging and diagonstics. See go/aperf-system-r8-faq for additional details and guidance. Also note that optimizations are implicitly disabled in ENG builds. Results: * SystemUIGoogle.apk (40MB -> 35MB) * SystemUIGoogle.odex (32MB -> 25MB) * services.jar (20MB -> 17MB) Test: m + atest SystemUITests + presubmit + manual testing on Raven Test: m + atest FrameworksServicesTests + manual testing on Raven Bug: 203472868 Change-Id: Id3766d8279a5b480e374427f9a5994c9b444640e
Android 12 added this config to offload some window management to a dedicated thread. Enable it to improve performance when the main System UI thread is busy. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I51ab1eb06b1e77bd8048d5064f811e8e69884b24 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Ref: crdroidandroid/android_vendor_crdroid@404b477 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
…orage Change-Id: I1d907b24cb2760ddd9cc65ac4335730c8e61a0a3 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Beneficial for everyone, even on non-Go devices. Change-Id: I088fd00500ce10df5f413cb762aaed2ec00f5dfc Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I9e402e5d8ee41e5e1b102be0d0c7d9b49d67e0f7 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Instead of having blank components, lets sync with google components from pixel device. This will help to suppress errors with gapps flashed and add more to user experience. Change-Id: Ifaa222e046ef4607a3d7824b3c104879a153f15e Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
The system tracks memory usage for each app, so we might as well show it to the user so that users can track down which apps are hogging their memory. This shouldn't be a developer-only feature that was previously only exposed in Developer Options. Change-Id: Ib900438f856369286b7621208020c5c8da73765f
* 1 minute is just fine
* and extend to 20 the number of days to log
Introduce TARGET_USES_CUSTOM_BOOTANIMATION and TARGET_CUSTOM_BOOTANIMATION_PATH variables to allow overriding Alpha bootanimation from the device tree. Just put your desc.txt and bootanimation.tar to a folder, and reference it in lineage_<device>.mk as: TARGET_USES_CUSTOM_BOOTANIMATION := true TARGET_CUSTOM_BOOTANIMATION_PATH := that/specific/project/folder Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
Contributor
Author
|
It's a draft, not tested yet. |
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.
Introduce
TARGET_USES_CUSTOM_BOOTANIMATIONandTARGET_CUSTOM_BOOTANIMATION_PATHvariables to allow overriding Alpha bootanimation from the device tree.Just put your
desc.txtandbootanimation.tarto a folder, and reference it inlineage_<device>.mkas: