Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65677cf0 authored by Tao Bao's avatar Tao Bao Committed by Android Git Automerger
Browse files

am 9e275b1d: am 083c1d7f: am 87df99f2: Merge "Fix the font size selection for recovery mode"

* commit '9e275b1d':
  Fix the font size selection for recovery mode
parents c8a1553c 9e275b1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -785,7 +785,7 @@ endif
# can be overridden for a particular device by putting a font.png in
# its private recovery resources.

ifneq (,$(filter xxxhdpi xxhdpi xhdpi,$(recovery_density)))
ifneq (,$(filter xxxhdpi 560dpi xxhdpi 400dpi xhdpi,$(recovery_density)))
recovery_font := $(call include-path-for, recovery)/fonts/18x32.png
else
recovery_font := $(call include-path-for, recovery)/fonts/12x22.png