summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-04-29 15:38:07 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-04-29 15:38:07 -0700
commit5f49c28bfcdd43277b155da65c9312109fac142c (patch)
tree7f227f2d284f52de1dbfa901432334fb7076c8ac /data
parentedcaf7c9338d4b3b78766ccec9c1e2c4dcd75cf2 (diff)
downloadframeworks_base-5f49c28bfcdd43277b155da65c9312109fac142c.zip
frameworks_base-5f49c28bfcdd43277b155da65c9312109fac142c.tar.gz
frameworks_base-5f49c28bfcdd43277b155da65c9312109fac142c.tar.bz2
Rename FONT_NOTOSANS_FULL to FONT_NOTOSANS_JP_FULL.
This clarifies the meaning of the variable, that this switch only affects the Noto Sans Japanese font. Change-Id: I28043ed41ec51af0273a071692426d51352ef849
Diffstat (limited to 'data')
-rw-r--r--data/fonts/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/fonts/Android.mk b/data/fonts/Android.mk
index a0b26f3..1ea459f 100644
--- a/data/fonts/Android.mk
+++ b/data/fonts/Android.mk
@@ -50,7 +50,7 @@ extra_font_files := \
# Do not include Motoya on space-constrained devices
ifneq ($(SMALLER_FONT_FOOTPRINT),true)
# Do not include Motoya if we are including full NotoSans
-ifneq ($(FONT_NOTOSANS_FULL),true)
+ifneq ($(FONT_NOTOSANS_JP_FULL),true)
include $(CLEAR_VARS)
LOCAL_MODULE := MTLmr3m.ttf
@@ -61,7 +61,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
include $(BUILD_PREBUILT)
extra_font_files += MTLmr3m.ttf
-endif # !FONT_NOTOSANS_FULL
+endif # !FONT_NOTOSANS_JP_FULL
endif # !SMALLER_FONT_FOOTPRINT
################################