lemonadep: We now run at 1080p by default ^.^

Change-Id: I4989e95ff6d8b99413c3cffe5c7ec76ca9de9dff
This commit is contained in:
LuK1337
2022-09-18 14:17:03 +02:00
committed by Bruno Martins
parent e9e30e83cc
commit 67e3055242
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -9,12 +9,14 @@ include device/oneplus/sm8350-common/BoardConfigCommon.mk
DEVICE_PATH := device/oneplus/lemonadep DEVICE_PATH := device/oneplus/lemonadep
# Display
TARGET_SCREEN_DENSITY := 450
# Properties # Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery # Recovery
TARGET_RECOVERY_DENSITY := xxhdpi TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 126
# Include the proprietary files BoardConfig. # Include the proprietary files BoardConfig.
include vendor/oneplus/lemonadep/BoardConfigVendor.mk include vendor/oneplus/lemonadep/BoardConfigVendor.mk
+2 -2
View File
@@ -20,8 +20,8 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_lahaina/sound_trigger_platform_info.xml $(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_lahaina/sound_trigger_platform_info.xml
# Boot animation # Boot animation
TARGET_SCREEN_HEIGHT := 3168 TARGET_SCREEN_HEIGHT := 2376
TARGET_SCREEN_WIDTH := 1440 TARGET_SCREEN_WIDTH := 1080
# Overlays # Overlays
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \