From 87ebf0f3c47633bcf7b6a00a88b8ce842a5c815a Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 20 Jan 2022 00:17:18 +0200 Subject: [PATCH] config: Build font overlays again Change-Id: Ibf6ea9645bbe352a430636c10c3e6e91ac79b99c --- config/common_full.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/common_full.mk b/config/common_full.mk index 67bfa73c..8371d3c2 100644 --- a/config/common_full.mk +++ b/config/common_full.mk @@ -3,6 +3,16 @@ $(call inherit-product, vendor/lineage/config/common_mobile.mk) PRODUCT_SIZE := full +# Include {Lato,Rubik} fonts +$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk) +$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk) + +# Fonts +PRODUCT_PACKAGES += \ + fonts_customization.xml \ + FontLatoOverlay \ + FontRubikOverlay + # Recorder PRODUCT_PACKAGES += \ Recorder