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

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

Merge "Remove certain paths from fonts.mk"

parents 53d5c068 46118798
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -16,10 +16,7 @@

PRODUCT_COPY_FILES := \
    frameworks/base/data/fonts/system_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/system_fonts.xml
ifeq ($(MULTI_LANG_ENGINE),REVERIE)
PRODUCT_COPY_FILES += \
    $(PRODUCT_RENDERING_ENGINE_PATH)/$(PRODUCT_RENDERING_ENGINE_FONTS_XML):$(TARGET_COPY_OUT_SYSTEM)/etc/fallback_fonts.xml
else
ifneq ($(MULTI_LANG_ENGINE),REVERIE)
PRODUCT_COPY_FILES += \
    frameworks/base/data/fonts/fallback_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fallback_fonts.xml
endif
@@ -57,5 +54,6 @@ PRODUCT_PACKAGES := \

ifeq ($(MULTI_LANG_ENGINE),REVERIE)
PRODUCT_PACKAGES += \
     fallback_fonts.xml \
     $(PRODUCT_RENDERING_ENGINE_TTF_FILES)
endif