Sandes : Use TARGET_SCREEN_DENSITY

This variable is used to auto-populate the ro.sf.lcd_density as
well as selecting density bucket for resources in recovery.

Bug: 118676832
Test: adb shell getprop ro.sf.lcd_density
Test: boot into recovery
Change-Id: Ib383d18b61e7a2058a69ae26136aa053fdba4df2
Signed-off-by: ashwatthama <sai404142@gmail.com>
This commit is contained in:
Anton Hansson
2019-01-18 14:10:45 +00:00
committed by ArmSM
parent 34f7bc155e
commit b079c29bf4
2 changed files with 1 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ MAX_EGL_CACHE_SIZE := 2048*1024
TARGET_USES_C2D_COMPOSITION := true
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
TARGET_SCREEN_DENSITY := 450
# exfat
TARGET_EXFAT_DRIVER := exfat

View File

@@ -128,7 +128,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
dev.pm.dyn_samplingrate=1 \
persist.demo.hdmirotationlock=false \
ro.opengles.version=196610 \
ro.sf.lcd_density=432 \
persist.debug.wfd.enable=1 \
sdm.debug.disable_skip_validate=1 \
debug.gralloc.enable_fb_ubwc=1 \