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:
parent
6acd89ab67
commit
a119236ae1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue