summaryrefslogtreecommitdiff
path: root/sailfish
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2018-01-18 14:28:58 -0800
committerSeigo Nonaka <nona@google.com>2018-01-18 14:28:58 -0800
commitc4693f1521bbdcb4ab63911cf420c7d69c620727 (patch)
tree1b7a1d58950d073ed98ac30a7e4aa8a8de6ff083 /sailfish
parent29c8caec009e48f48b4f249977a50583c788d45d (diff)
downloadmarlin-c4693f1521bbdcb4ab63911cf420c7d69c620727.tar.gz
Exclude serif fonts from system.img
Bug: 72159040 Test: lunch walleye-userdebug && make && grep NotoSerifCJK $ANDROID_PRODUCT_OUT/installed-files.txt Then verified NotoSerifCJK is installed. Test: lunch taimen-userdebug && make && grep NotoSerifCJK $ANDROID_PRODUCT_OUT/installed-files.txt Then verified NotoSerifCJK is installed. Test: lunch marlin-userdebug && make && grep NotoSerifCJK $ANDROID_PRODUCT_OUT/installed-files.txt Then verified NotoSerifCJK is not installed. Test: lunch sailfish-userdebug && make && grep NotoSerifCJK $ANDROID_PRODUCT_OUT/installed-files.txt Then verified NotoSerifCJK is not installed. Change-Id: I9e8ae18f2d5fb8259aa62418471a3a70cf1908ed
Diffstat (limited to 'sailfish')
-rw-r--r--sailfish/BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sailfish/BoardConfig.mk b/sailfish/BoardConfig.mk
index e2c09db7..2b1811e4 100644
--- a/sailfish/BoardConfig.mk
+++ b/sailfish/BoardConfig.mk
@@ -202,3 +202,6 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
DEVICE_MANIFEST_FILE := device/google/marlin/manifest.xml
DEVICE_MATRIX_FILE := device/google/marlin/compatibility_matrix.xml
+
+# Exclude serif fonts for saving system.img size.
+EXCLUDE_SERIF_FONTS := true