mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
0bba914af2
commit
f1ff6e2d9c
2 changed files with 3 additions and 3 deletions
|
|
@ -38,6 +38,9 @@ BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true
|
||||||
# Camera
|
# Camera
|
||||||
TARGET_CAMERA_BOOTTIME_TIMESTAMP := true
|
TARGET_CAMERA_BOOTTIME_TIMESTAMP := true
|
||||||
|
|
||||||
|
# Display
|
||||||
|
TARGET_SCREEN_DENSITY := 420
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
TARGET_USERIMAGES_USE_EXT4 := true
|
TARGET_USERIMAGES_USE_EXT4 := true
|
||||||
TARGET_USERIMAGES_USE_F2FS := true
|
TARGET_USERIMAGES_USE_F2FS := true
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,6 @@
|
||||||
# Disable invocation of oem_lock
|
# Disable invocation of oem_lock
|
||||||
ro.frp.pst=/dev/block/persistent
|
ro.frp.pst=/dev/block/persistent
|
||||||
|
|
||||||
## Display
|
|
||||||
ro.sf.lcd_density=420
|
|
||||||
|
|
||||||
# fastbootd
|
# fastbootd
|
||||||
ro.fastbootd.available=true
|
ro.fastbootd.available=true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue