Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9b42df6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fonts: Add support for Reverie font render engine"

parents f1568a2c 591eb4eb
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -14,10 +14,27 @@

# Warning: this is actually a product definition, to be inherited from

ifneq ($(MULTI_LANG_ENGINE),REVERIE)
PRODUCT_COPY_FILES := \
    frameworks/base/data/fonts/fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fonts.xml
endif

PRODUCT_PACKAGES := \
    DroidSansFallback.ttf \
    DroidSansMono.ttf \
    AndroidClock.ttf \
    AndroidClock.ttf

ifeq ($(MULTI_LANG_ENGINE),REVERIE)
PRODUCT_PACKAGES += \
    fonts.xml \
    DroidSansHindi.ttf \
    DroidSansTamil.ttf \
    DroidSansTelugu.ttf \
    DroidSansGujarati.ttf \
    DroidSansPunjabi.ttf \
    DroidSansKannada.ttf \
    DroidSansBengali.ttf \
    DroidSansOdia.ttf \
    DroidSansMyanmar.ttf

endif