diff options
author | Praneeth Bajjuri | 2018-10-18 00:52:10 -0500 |
---|---|---|
committer | Praneeth Bajjuri | 2018-10-17 19:12:28 -0500 |
commit | 7213f06ec6b383d3f0eb889294009e304b785051 (patch) | |
tree | ae1cbb2d4a051950ad778984244730041729f81f | |
parent | e28111805ff55f33a2f17823c195b392146e2d92 (diff) | |
download | device-ti-am65xevm-7213f06ec6b383d3f0eb889294009e304b785051.tar.gz device-ti-am65xevm-7213f06ec6b383d3f0eb889294009e304b785051.tar.xz device-ti-am65xevm-7213f06ec6b383d3f0eb889294009e304b785051.zip |
am65xevm: enable property ro.sf.lcd_density
01-01 00:00:09.413 158 219 E SurfaceFlinger: ro.sf.lcd_density
must be defined as a build property.
this message is seen when ro.sf.lcd_density is not set
in device*.mk.
If this build parameter is not set, then xdpi from hwc display is used for density.
when ro.sf.lcd_density is set,it is used as primary for Surfaceflinger DisplayInfo objects
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | device-common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk index 519ce83..a71dbf0 100644 --- a/device-common.mk +++ b/device-common.mk | |||
@@ -57,6 +57,7 @@ PRODUCT_COPY_FILES += \ | |||
57 | 57 | ||
58 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ | 58 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
59 | persist.sys.usb.config=mtp \ | 59 | persist.sys.usb.config=mtp \ |
60 | ro.sf.lcd_density=160 \ | ||
60 | 61 | ||
61 | ifeq ($(TARGET_PREBUILT_KERNEL),) | 62 | ifeq ($(TARGET_PREBUILT_KERNEL),) |
62 | LOCAL_KERNEL := $(KERNELDIR)/arch/arm64/boot/Image | 63 | LOCAL_KERNEL := $(KERNELDIR)/arch/arm64/boot/Image |