diff options
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7f5cd64..7e3d268 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -50,6 +50,9 @@ RECOVERY_FSTAB_VERSION := 2 BOARD_USES_LEGACY_MMAP := true +# Include an expanded selection of fonts +EXTENDED_FONT_FOOTPRINT := true + # Compatibility with pre-kitkat Sensor HALs SENSORS_NEED_SETRATE_ON_ENABLE := true |