gts3l-common: display: Set the default density to 320

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I9b28a65a9889b736870d1461243008d77b0bf11c
This commit is contained in:
Deokgyu Yang 2021-07-02 18:33:34 +09:00
parent 6acd89ab67
commit a119236ae1

View file

@ -120,7 +120,7 @@ BOARD_CHARGER_ENABLE_SUSPEND := true
# Display # Display
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
TARGET_SCREEN_DENSITY := 360 TARGET_SCREEN_DENSITY := 320
TARGET_USES_C2D_COMPOSITION := true TARGET_USES_C2D_COMPOSITION := true
TARGET_USES_GRALLOC1 := true TARGET_USES_GRALLOC1 := true
TARGET_USES_HWC2 := true TARGET_USES_HWC2 := true