Snap for 12397640 from b6bf4f9712 to 24Q4-release

Change-Id: I5b6fcc3e2d79dfdf2c20154e4110f76fba55265c
This commit is contained in:
Android Build Coastguard Worker 2024-09-21 01:01:42 +00:00
commit 69cef70201
3 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,7 @@
<dimen name="status_bar_padding_start">0dp</dimen> <dimen name="status_bar_padding_start">0dp</dimen>
<!-- Location on the screen of the center of the physical power button. --> <!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">620px</dimen> <dimen name="physical_power_button_center_screen_location_y">675px</dimen>
<!-- Location on the screen of the center of the physical fingerprint sensor --> <!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">2076px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_x">2076px</dimen>

View file

@ -17,7 +17,7 @@
--> -->
<resources> <resources>
<!-- Location on the screen of the center of the physical power button. --> <!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">710px</dimen> <dimen name="physical_power_button_center_screen_location_y">765px</dimen>
<!-- Location on the screen of the center of the physical fingerprint sensor --> <!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>

View file

@ -517,12 +517,13 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif endif
# Connectivity Resources Overlay # Connectivity Resources Overlay for Thread host settings
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
ConnectivityResourcesOverlayCometOverride ConnectivityResourcesOverlayCometOverride
# Thread Dispatcher enablement in Bluetooth HAL
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.thread_dispatcher.enabled=true persist.bluetooth.thread_dispatcher.enabled=false
# Camera concurrent foldable dual front feature support # Camera concurrent foldable dual front feature support
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \