universal7885: 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: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
Anton Hansson 2019-01-18 14:10:45 +00:00 committed by roynatech2544
commit f1ff6e2d9c
2 changed files with 3 additions and 3 deletions

View file

@ -38,6 +38,9 @@ BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true
# Camera
TARGET_CAMERA_BOOTTIME_TIMESTAMP := true
# Display
TARGET_SCREEN_DENSITY := 420
# Filesystem
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true

View file

@ -2,9 +2,6 @@
# Disable invocation of oem_lock
ro.frp.pst=/dev/block/persistent
## Display
ro.sf.lcd_density=420
# fastbootd
ro.fastbootd.available=true