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
|
||||
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
|
||||
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
|
||||
TARGET_SCREEN_DENSITY := 360
|
||||
TARGET_SCREEN_DENSITY := 320
|
||||
TARGET_USES_C2D_COMPOSITION := true
|
||||
TARGET_USES_GRALLOC1 := true
|
||||
TARGET_USES_HWC2 := true
|
||||
|
@ -224,4 +224,4 @@ WIFI_DRIVER_FW_PATH_AP := "ap"
|
|||
WIFI_DRIVER_FW_PATH_STA := "sta"
|
||||
WIFI_DRIVER_FW_PATH_P2P := "p2p"
|
||||
WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION := true
|
||||
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
||||
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
||||
|
|
Loading…
Reference in a new issue