Exclude extra LatinIME dictionaries in "mini" builds

Change-Id: I935f1ba5addcff2b2e4d738550db3ca6916fe07f
This commit is contained in:
Michael Bestas 2014-01-16 08:02:42 +02:00 committed by Steve Kondik
parent b20b759442
commit 70d21b306d
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 \