Skip to content

Commit 5cc2898

Browse files
committed
ubport: Add fonts to system image
* Some xiaomi camera libs using skia and need font
1 parent 7243a44 commit 5cc2898

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lineage_ubport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/halium.mk)
2727
# Inherit device
2828
$(call inherit-product, $(LOCAL_PATH)/device.mk)
2929

30+
# Inherit fonts
31+
$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
32+
3033
PRODUCT_BRAND := halium
3134
PRODUCT_DEVICE := ubport
3235
PRODUCT_MANUFACTURER := halium

0 commit comments

Comments
 (0)