summaryrefslogtreecommitdiffstats
path: root/config/common_full_tablet_wifionly.mk
blob: 8dc9332ea54789fdc17dbef0e0f6d733a7ed5352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common_full.mk)

# Required CM packages
PRODUCT_PACKAGES += \
    LatinIME

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

ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
    PRODUCT_COPY_FILES += \
        vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
endif