Loading core/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -818,7 +818,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 560dpi xxxhdpi xxhdpi xhdpi,$(recovery_density))) recovery_font := $(call project-path-for,recovery)/fonts/18x32.png else recovery_font := $(call project-path-for,recovery)/fonts/12x22.png Loading Loading
core/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -818,7 +818,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 560dpi xxxhdpi xxhdpi xhdpi,$(recovery_density))) recovery_font := $(call project-path-for,recovery)/fonts/18x32.png else recovery_font := $(call project-path-for,recovery)/fonts/12x22.png Loading