mondrianwifi: set TARGET_SCREEN_DENSITY
This commit is contained in:
parent
5cd0bfc075
commit
e2469b6ed7
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,9 @@ TARGET_FS_CONFIG_GEN += $(DEVICE_PATH)/config.fs
|
||||||
# HIDL
|
# HIDL
|
||||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||||
|
|
||||||
|
# Display
|
||||||
|
TARGET_SCREEN_DENSITY := 320
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
BOARD_KERNEL_BASE := 0x00000000
|
BOARD_KERNEL_BASE := 0x00000000
|
||||||
BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 zcache.enabled=1 zcache.compressor=lz4
|
BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 zcache.enabled=1 zcache.compressor=lz4
|
||||||
|
|
|
@ -39,7 +39,6 @@ dalvik.vm.heapmaxfree=8m
|
||||||
# Display
|
# Display
|
||||||
debug.mdpcomp.logs=0
|
debug.mdpcomp.logs=0
|
||||||
persist.hwc.mdpcomp.enable=true
|
persist.hwc.mdpcomp.enable=true
|
||||||
ro.sf.lcd_density=320
|
|
||||||
lockscreen.rot_override=true
|
lockscreen.rot_override=true
|
||||||
|
|
||||||
# GPS
|
# GPS
|
||||||
|
|
Loading…
Add table
Reference in a new issue