diff options
| author | Shawn Alty <shawn.alty@gmail.com> | 2013-09-25 13:47:42 -0500 |
|---|---|---|
| committer | Shawn Alty <shawn.alty@gmail.com> | 2013-09-25 13:47:42 -0500 |
| commit | d2d35d285c88df67cf24c1dbb3b3ba124870caf4 (patch) | |
| tree | 591529e25e3e5c9cc6c05e96b16c59dc181f1405 | |
| parent | 3ddd77753c6016b168a867cb8f957999a548f06a (diff) | |
gproj-common: default to XHDPI support in CWM
use font for 720p screens
Change-Id: I44b9922f5e62663ba6685ed9b8c5686059fa1d04
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2a243a7..d76e801 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -64,6 +64,8 @@ TARGET_USES_OVERLAY := true TARGET_USES_SF_BYPASS := true TARGET_USES_C2D_COMPOSITION := true +# Recovery +BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_15x24.h\" RECOVERY_FSTAB_VERSION = 2 TARGET_USERIMAGES_USE_EXT4 := true |
