From 1260450745befd271e47afaff22d87a8e5168eb8 Mon Sep 17 00:00:00 2001 From: Seigo Nonaka Date: Mon, 29 May 2023 17:49:20 +0900 Subject: [PATCH] Include RobotoFlex into AOSP system image Bug: 235303866 Test: Manually done Change-Id: I8ff5ef9441b8103d87bd4eb575e5abe87a2750c1 --- target/product/handheld_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk index 41233b2c0a..d965367f0f 100644 --- a/target/product/handheld_system.mk +++ b/target/product/handheld_system.mk @@ -27,6 +27,7 @@ $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) $(call inherit-product-if-exists, external/google-fonts/source-sans-pro/fonts.mk) $(call inherit-product-if-exists, external/noto-fonts/fonts.mk) $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) +$(call inherit-product-if-exists, external/roboto-flex-fonts/fonts.mk) $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)