aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Lease <violets@google.com>2014-06-13 07:55:30 -0700
committerVictoria Lease <violets@google.com>2014-06-16 11:12:11 -0700
commit197889e36e8505b0a4d9097d2d22075e3651cfa8 (patch)
treedfcb13460f8a244310d4721dad82fe7545b4ffc8
parent3bba7d2430bc3ec8105678a27f03fb080f0f8384 (diff)
downloadnaver-fonts-197889e36e8505b0a4d9097d2d22075e3651cfa8.tar.gz
exclude Nanum Gothic from EXTENDED_FONT_FOOTPRINT builds
those builds will have Noto CJK fonts instead Bug: 15569561 Change-Id: Ibddd649044f4cb40ceb63c84f9cef82258c3f14c
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 0efbae0..5bbd5a8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,6 +18,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(SMALLER_FONT_FOOTPRINT),true)
+ifneq ($(EXTENDED_FONT_FOOTPRINT),true)
include $(CLEAR_VARS)
LOCAL_MODULE := NanumGothic.ttf
LOCAL_SRC_FILES := $(LOCAL_MODULE)
@@ -25,4 +26,5 @@ LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
include $(BUILD_PREBUILT)
-endif
+endif # !EXTENDED_FONT_FOOTPRINT
+endif # !SMALLER_FONT_FOOTPRINT