tangorpro: rotate recovery UI by 90 degrees left

Tangorpro POR is landscape mode, rotate recovery UI by 90 degrees
left so all recovery-based modes have correct orientation.

Bug: 235803156
Test: build pass
Signed-off-by: Achigo Liu <achigoliu@google.com>
Change-Id: I87b994ab97ec4f812936f4d7c49ce5b98839d70f
This commit is contained in:
Achigo Liu 2022-06-14 12:30:24 +08:00
parent 78cb84cd1b
commit f896a21018

View file

@ -16,6 +16,7 @@
TARGET_KERNEL_DIR ?= device/google/tangorpro-kernel TARGET_KERNEL_DIR ?= device/google/tangorpro-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/tangorpro-kernel/kernel-headers TARGET_BOARD_KERNEL_HEADERS := device/google/tangorpro-kernel/kernel-headers
TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_LEFT
$(call inherit-product-if-exists, vendor/google_devices/tangorpro/prebuilts/device-vendor-tangorpro.mk) $(call inherit-product-if-exists, vendor/google_devices/tangorpro/prebuilts/device-vendor-tangorpro.mk)
$(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk)