Skip to content

Commit

Permalink
Make Noto Sans Japanese default font on extended profiles.
Browse files Browse the repository at this point in the history
This experimentally makes Noto Sans Japanese the default Japanese
font.

Bug: 21074688
Change-Id: I4a9396a03bd758541574431760d5d387a472bec6
  • Loading branch information
roozbehp committed May 12, 2015
1 parent d2c0518 commit 49455ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/fonts/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

LOCAL_PATH := $(call my-dir)

# Use full Noto Sans Japanese font on extended footprint
ifeq ($(EXTENDED_FONT_FOOTPRINT),true)
FONT_NOTOSANS_JP_FULL := true
endif

##########################################
# create symlink for given font
# $(1): new font $(2): link target
Expand Down

0 comments on commit 49455ab

Please sign in to comment.