Snap for 12223800 from 81d8c88ede to 25D4-release

Change-Id: I1c5c1484a770e6c16261c83f3dc3b6f5d23db94a
This commit is contained in:
Android Build Coastguard Worker 2024-08-13 23:03:55 +00:00
commit d091720fba
3 changed files with 12 additions and 0 deletions

View file

@ -24,6 +24,9 @@ gnss_device_type=K041
gnss_device_patch_address=0 gnss_device_patch_address=0
gnss_device_patch_file=/vendor/firmware/kepler.bin gnss_device_patch_file=/vendor/firmware/kepler.bin
# 1pps timemark output: 0: disable 1: enable
ChipCfg_Timemark_Option=1
# Enable/Disable 1PPS Time Sync policy # Enable/Disable 1PPS Time Sync policy
Is1PPSTimeSyncEnable=1 Is1PPSTimeSyncEnable=1

View file

@ -10,6 +10,7 @@ caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
gnss_device_type=K041 gnss_device_type=K041
gnss_device_patch_address=0 gnss_device_patch_address=0
gnss_device_patch_file=/vendor/firmware/kepler.bin gnss_device_patch_file=/vendor/firmware/kepler.bin
ChipCfg_Timemark_Option=1
Is1PPSTimeSyncEnable=1 Is1PPSTimeSyncEnable=1
Chip_Configuration_Dynamic_HSI=0 Chip_Configuration_Dynamic_HSI=0
Chip_Configuration_ubsan_opt=1 Chip_Configuration_ubsan_opt=1

View file

@ -179,6 +179,14 @@
<dimen name="rounded_corner_radius_top">115px</dimen> <dimen name="rounded_corner_radius_top">115px</dimen>
<dimen name="rounded_corner_radius_bottom">115px</dimen> <dimen name="rounded_corner_radius_bottom">115px</dimen>
<!-- Align to camera cutout's height. -->
<dimen name="status_bar_height_portrait">52dp</dimen>
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value
from original folder. This should be done even looks no effect on some apps because
some other apps may reference to it. -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<!-- Whether the display cutout region of the main built-in display should be forced to <!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent). black in software (to avoid aliasing or emulate a cutout that is not physically existent).
--> -->