Snap for 10832001 from a04563d81b to udc-qpr1-release

Change-Id: I48ef44d624df2d03adc4c8aa914f7b7b85eb3d80
This commit is contained in:
Android Build Coastguard Worker 2023-09-19 23:03:51 +00:00
commit 9c7983cc46
2 changed files with 4 additions and 1 deletions

View file

@ -44,6 +44,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
ro.thermal_warmreset = true
# Set the max page size to 4096 (b/300367402)
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096
# Indicate that the bootloader supports the MTE developer option switch
# (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that
# force enable MTE.

View file

@ -286,5 +286,5 @@
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
<!-- Enable variable refresh rate when typing. -->
<bool name="config_variableRefreshRateTypingSupported">true</bool>
<bool name="config_variableRefreshRateTypingSupported">false</bool>
</resources>