diff --git a/NVTCapacitivePen.idc b/NVTCapacitivePen.idc
index 39f5158..698d0db 100644
--- a/NVTCapacitivePen.idc
+++ b/NVTCapacitivePen.idc
@@ -1,2 +1,2 @@
touch.orientationAware = 1
-touch.orientation = ORIENTATION_270
+touch.orientation = ORIENTATION_0
diff --git a/NVTCapacitiveTouchScreen.idc b/NVTCapacitiveTouchScreen.idc
index bcfcb54..5c2afd6 100644
--- a/NVTCapacitiveTouchScreen.idc
+++ b/NVTCapacitiveTouchScreen.idc
@@ -1 +1 @@
-touch.orientation = ORIENTATION_270
+touch.orientation = ORIENTATION_0
diff --git a/audio/tangorpro/config/audio_platform_configuration.xml b/audio/tangorpro/config/audio_platform_configuration.xml
index 734c695..279fe69 100644
--- a/audio/tangorpro/config/audio_platform_configuration.xml
+++ b/audio/tangorpro/config/audio_platform_configuration.xml
@@ -232,10 +232,10 @@
-
-
-
-
+
+
+
+
diff --git a/device-tangorpro.mk b/device-tangorpro.mk
index b60c704..67bf4d9 100644
--- a/device-tangorpro.mk
+++ b/device-tangorpro.mk
@@ -52,6 +52,7 @@ DISABLE_TELEPHONY_EUICC := true
include device/google/tangorpro/audio/tangorpro/audio-tables.mk
include device/google/gs201/device-shipping-common.mk
include device/google/gs-common/touch/gti/gti.mk
+include device/google/gs-common/wireless_charger/wireless_charger.mk
# go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,tangorpro)
@@ -148,6 +149,15 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Set ro.crypto.metadata_init_delete_all_keys.enabled to false to unblock boot
PRODUCT_PROPERTY_OVERRIDES += ro.crypto.metadata_init_delete_all_keys.enabled=false
+# Temporary override to synchronise changes in pa/ and ag/. See b/246793311 for context.
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.primary_display_orientation=ORIENTATION_0
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.ignore_hwc_physical_display_orientation=true
+
+# Set boot animation orientation and default display rotation to be landscape since Tangor
+# natural orientation is portrait. Id at the end corresponds to the display id on the device.
+# See b/246793311 for context.
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.bootanim.set_orientation_4619827677550801152=ORIENTATION_270
+
# Display white balance
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.surface_flinger.display_primary_red=0.5128,0.2413,0.0000 \
@@ -194,10 +204,6 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
# Display CABC
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.cabc.supported?=1
-# Enable adpf cpu hint session for SurfaceFlinger
-PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
- debug.sf.enable_adpf_cpu_hint=true
-
# Set zram size
PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=3g