Snap for 7479137 from aee670ae29c254946c321658862ee9fa18c4397b to tm-release

Change-Id: I27f5713295805eb8b60988bbf1eb2b35433dddc7
This commit is contained in:
android-build-team Robot 2021-06-22 03:01:27 +00:00
commit c57f3ef21d
4 changed files with 12 additions and 0 deletions

View file

@ -86,6 +86,8 @@ DEVICE_MANIFEST_FILE += \
# Vibrator HAL # Vibrator HAL
PRODUCT_PRODUCT_PROPERTIES +=\ PRODUCT_PRODUCT_PROPERTIES +=\
ro.vendor.vibrator.hal.long.frequency.shift=15 ro.vendor.vibrator.hal.long.frequency.shift=15
PRODUCT_PRODUCT_PROPERTIES += \
vendor.powerhal.adpf.rate=11111111
# Voice packs for Text-To-Speech # Voice packs for Text-To-Speech
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View file

@ -86,6 +86,8 @@ DEVICE_MANIFEST_FILE += \
# Vibrator HAL # Vibrator HAL
PRODUCT_PRODUCT_PROPERTIES +=\ PRODUCT_PRODUCT_PROPERTIES +=\
ro.vendor.vibrator.hal.long.frequency.shift=15 ro.vendor.vibrator.hal.long.frequency.shift=15
PRODUCT_PRODUCT_PROPERTIES += \
vendor.powerhal.adpf.rate=8333333
# Voice packs for Text-To-Speech # Voice packs for Text-To-Speech
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View file

@ -199,4 +199,8 @@
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds --> <!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
<integer name="config_fixedRefreshRateInHighZone">60</integer> <integer name="config_fixedRefreshRateInHighZone">60</integer>
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
refresh rate equates to a 34 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">34</integer>
</resources> </resources>

View file

@ -153,4 +153,8 @@
<!-- MMS user agent profile url --> <!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string> <string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string>
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
refresh rate equates to a 25 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">25</integer>
</resources> </resources>