forked from openkylin/platform_build
am 083c1d7f: am 87df99f2: Merge "Fix the font size selection for recovery mode"
* commit '083c1d7f7d0fad8ee071622caf15f02a1fcdd4b3': Fix the font size selection for recovery mode
This commit is contained in:
commit
9e275b1d8b
|
@ -766,7 +766,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
|
||||
|
|
Loading…
Reference in New Issue