* config_displayBlanksAfterDoze and config_dozeAfterScreenOffByDefault break the
nice animation from/to doze mode and they are not needed
Change-Id: I4054cd2d89556f964c8aa37014a58ba0fa36f017
* Instead of setting TARGET_CPU_VARIANT_RUNTIME and
TARGET_2ND_CPU_VARIANT_RUNTIME respectively, we are
instead setting TARGET_2ND_CPU_VARIANT_RUNTIME twice.
* Set TARGET_CPU_VARIANT_RUNTIME to cortex-a76 and
TARGET_2ND_CPU_VARIANT_RUNTIME to cortex-a55 so
we properly match the CPU setup of MT6785.
Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: Ib15f68063eb1f7a55be62d1aecc893c8751f7765
* As per b/182392769, AttributionSourceState's need their own
unique token for their source.
* Also set the tag to a null optional value while we're on it.
Change-Id: Ie2588423fd5f8dbac3c71275a697f4cdef7799ff
* MtkFMRadio is no longer needed, original one was updated for Mediatek support
* Also add Mediatek FM flag for our prebuilt jni
Change-Id: I4e0ebd7352ad04e97ce65d3aec5a1b9d030fb3c3
* The following types on /data/vendor/ must not be associated with the
"core_data_file_type" attribute: vendor_fingerprint_data_file
Change-Id: I7d1909d7f478e3252f361497aff51db3dc7ca77f
* Data outside /data/vendor must have the core_data_file_type
attribute.
Test: build (this is a build time test)
Bug: 34980020
Change-Id: I372c80da64abc26d8dd1478d208074de25d88357
* Current powerhint configuration would cause sched_boost to always be set to the max value (6) even when the device is idle and not doing anything.
* Instead, we should only apply it when the device is being used, so have it default to 0, 3 when interaction boosting, and 6 when launching apps.
Change-Id: Ic5d60c14a1313b9df27e6796e5a0bddc71aecef0
Enable backpressure for client composition to avoid jank due to
HWC queue stuffing.
Test: 1. Open Camera
2. Swipe horizontally to go back to previous app.
Bug: 138083790
Change-Id: I3d26aa470c1660b23bd97133f39858f92638aca8
* Disabling client composition cache improves system smoothness and fix issues like lags when media output is showed on qs panel
Change-Id: Id1d1b1fef4a2b0f0b383b67c34ae5e4bc9e83b3d
This reverts commit c4000d069a.
Reason: There's already a sort-blobs-list.py in the extract tools repo
https: //github.com/LineageOS/android_tools_extract-utils
Change-Id: I433157f6fc6d7775ed0931fb4079e76918a32348
MIUI's lowest brightness value is '19' and using lower values
can cause the backlight to completely power off inadvertedly
Therefore, let's just account for this behaviour in the light AIDL
by adding '19' instead of '1' to the final brightness value
Signed-off-by: LinkBoi00 <linkdevel@protonmail.com>
Change-Id: I0e31bda9a0cc505f1246209810eae624dfe5d068
This sets config_is_powerbutton_fps, since the device has
fps embedded in the power button. It makes frameworks report that
fingerprint sensor is located on the side of the device, which
can be observed when enrolling a fingerprint for the first time.
Change-Id: Ifa079488db642c8a470e40cb585c08e9c85d7cf4