diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7753f4c..aab6fa6 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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 diff --git a/vendor.prop b/vendor.prop index 5cea8b9..dbb21ea 100644 --- a/vendor.prop +++ b/vendor.prop @@ -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