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.
This commit is contained in:
RomanDesigner 2020-01-25 12:16:10 +03:00 committed by DJABhipHop
parent 5f7a17ddc6
commit 238f8cde4f
1 changed files with 2 additions and 0 deletions

View File

@ -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