summaryrefslogtreecommitdiffstats
path: root/config/common_mini_tablet_wifionly.mk
blob: fa00a63f11a1b2db02a62b86950d9ea249e9379d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Inherit common CM stuff
$(call inherit-product, vendor/replicant/config/common_mini.mk)

# Required CM packages
PRODUCT_PACKAGES += \
    LatinIME

ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
    PRODUCT_COPY_FILES += \
        vendor/replicant/prebuilt/common/bootanimation/horizontal-1024x600.zip:system/media/bootanimation.zip
endif