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

# Required CM packages
PRODUCT_PACKAGES += \
    LatinIME

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

ifeq ($(TARGET_BOOTANIMATION_NAME),)
    PRODUCT_COPY_FILES += \
        vendor/replicant/prebuilt/common/bootanimation/vertical-480x800.zip:system/media/bootanimation.zip
endif

$(call inherit-product, vendor/replicant/config/telephony.mk)