diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d9c6d3b..73a37f9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -136,6 +136,9 @@ TARGET_ENABLE_MEDIADRM_64 := true TARGET_HW_DISK_ENCRYPTION := true TARGET_KEYMASTER_WAIT_FOR_QSEE := true +# Exclude serif fonts for saving system.img size. +EXCLUDE_SERIF_FONTS := true + # Filesystem TARGET_FS_CONFIG_GEN := $(VENDOR_PATH)/config.fs |