summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-05-12 16:03:45 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-05-12 16:03:45 -0700
commit4b715240d2de073a4f38d0dabcc4b2d104b1daa1 (patch)
tree879b649d603567377c2d31617b4484c61cafceda
parent723eab05c72ea81a3576b8b068d20005719a0582 (diff)
downloadnoto-fonts-4b715240d2de073a4f38d0dabcc4b2d104b1daa1.tar.gz
Make Noto Sans Japanese default font on extended profiles.
This experimentally makes Noto Sans Japanese the default Japanese font. Bug: 21074688 Change-Id: I907ec35a1ad301390a1197d44be04a5154628887
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index adce92b..ec03c66 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,11 @@
NOTO_DIR := $(call my-dir)
+# Use full Noto Sans Japanese font on extended footprint
+ifeq ($(EXTENDED_FONT_FOOTPRINT),true)
+FONT_NOTOSANS_JP_FULL := true
+endif
+
# We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FILES,
# to copy over the NOTICE file.
#############################################################################