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

Commit 93dc56b1 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '6387-q-tts' into 'v1-q'

vendor: add inline picotts

See merge request !145
parents 040e64fa c66e6e10
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ PRODUCT_PACKAGES += \

# Required /e/ packages
PRODUCT_PACKAGES += \
    PicoTTS \
    GmsCore \
    GsfProxy \
    FakeStore \
@@ -139,6 +138,9 @@ PRODUCT_PACKAGES += \
    SplitInstallService \
    WebCalendarManager

# PicoTTS
$(call inherit-product, external/svox/svox_tts.mk)

ifeq ($(INCLUDE_BACKUP_APP),true)
PRODUCT_PACKAGES += SeedVault
endif