matisse-common: Use an even smaller DPI for LOS recovery

Our /recovery partition is very small (10MB), and we can't use xhdpi for recovery & even using hdpi  for recovery still to big. Minimizing recovery's DPI even more will minimize recovery size, and we will build it.
This commit is contained in:
DJABhipHop 2020-04-24 08:34:24 -04:00
parent 99f9a79241
commit 2bb85a18fa
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ 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
TARGET_RECOVERY_DENSITY := mdpi
# SELinux
include $(COMMON_PATH)/sepolicy/sepolicy.mk