diff --git a/device-tangorpro.mk b/device-tangorpro.mk index 13aa7e6..db59603 100644 --- a/device-tangorpro.mk +++ b/device-tangorpro.mk @@ -150,6 +150,11 @@ PRODUCT_PROPERTY_OVERRIDES += ro.crypto.metadata_init_delete_all_keys.enabled=fa 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 \