am 87df99f2
: Merge "Fix the font size selection for recovery mode"
* commit '87df99f2f644802933cf937f19fe0ca269770e5f': Fix the font size selection for recovery mode
This commit is contained in:
commit
083c1d7f7d
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ endif
|
||||||
# can be overridden for a particular device by putting a font.png in
|
# can be overridden for a particular device by putting a font.png in
|
||||||
# its private recovery resources.
|
# 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
|
recovery_font := $(call include-path-for, recovery)/fonts/18x32.png
|
||||||
else
|
else
|
||||||
recovery_font := $(call include-path-for, recovery)/fonts/12x22.png
|
recovery_font := $(call include-path-for, recovery)/fonts/12x22.png
|
||||||
|
|
Loading…
Reference in a new issue