summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2015-03-14 14:30:00 +0900
committerPatrick Tjin <pattjin@google.com>2015-04-09 11:25:27 -0700
commit12a4bfce753f54615f245f7f0cf8edfe9bf58b23 (patch)
tree777f816d1b64e1cc7773d947b2ae5a9df8afd664 /BoardConfig.mk
parentcb3009f1e2ff9725c1fa08c1371b1af2718d7881 (diff)
downloadbullhead-12a4bfce753f54615f245f7f0cf8edfe9bf58b23.tar.gz
Enable EXTENDED_FONT_FOOTPRINT
Change-Id: I335b96a893ab4314dcfd3e768f0d7e18e3ceb2ab
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 55b738c..995c8af 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -116,4 +116,7 @@ TARGET_USES_64_BIT_BINDER := true
#Enable peripheral manager
TARGET_PER_MGR_ENABLED := true
+# Include an expanded selection of fonts
+EXTENDED_FONT_FOOTPRINT := true
+
-include vendor/lge/bullhead/BoardConfigVendor.mk