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

Commit 70d21b30 authored by Michael Bestas's avatar Michael Bestas Committed by Steve Kondik
Browse files

Exclude extra LatinIME dictionaries in "mini" builds

Change-Id: I935f1ba5addcff2b2e4d738550db3ca6916fe07f
parent b20b7594
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -213,7 +213,6 @@ endif
# easy way to extend to add more packages
-include vendor/extra/product.mk

PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common

PRODUCT_VERSION_MAJOR = 11
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ $(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
# Include CM audio files
include vendor/cm/config/cm_audio.mk

# Include CM LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries

# Optional CM packages
PRODUCT_PACKAGES += \
    Galaxy4 \