From 238f8cde4fb67913e23225950bf0133490013aea Mon Sep 17 00:00:00 2001 From: RomanDesigner <46124855+RomanDesigner@users.noreply.github.com> Date: Sat, 25 Jan 2020 12:16:10 +0300 Subject: [PATCH] matisse-common: Use smaller DPI for LOS recovery Our /recovery partition is very small (10MB), and we can't use xhdpi for recovery. Minimizing recovery's DPI will minimize recovery size, and we will build it. --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2b56fb5..fb51739 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -94,6 +94,8 @@ BOARD_HAS_LARGE_FILESYSTEM := true BOARD_HAS_NO_SELECT_BUTTON := true BOARD_RECOVERY_SWIPE := true TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom +# We have very small recovery partition, and we can't use higher DPI. +TARGET_RECOVERY_DENSITY := hdpi # SELinux CONFIG_MATISSE_SEPOLICY_TYPE := temporary