Allow override of Motoya with full NotoSans

b/17599829

Change-Id: I619288eadb8bf814b08dca833f540a80e38c2123
This commit is contained in:
Kris Giesing
2015-03-26 15:37:46 -07:00
parent ce2425c3dd
commit 6180e5b8fd

View File

@@ -49,6 +49,8 @@ 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)
include $(CLEAR_VARS)
LOCAL_MODULE := MTLmr3m.ttf
@@ -59,6 +61,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
include $(BUILD_PREBUILT)
extra_font_files += MTLmr3m.ttf
endif # !FONT_NOTOSANS_FULL
endif # !SMALLER_FONT_FOOTPRINT
################################