replicant-vendor_replicant/config/common_full_tablet_wifionly.mk
Wolfgang Wiedmeyer 2b5008db43
config: more vendor/cm -> vendor/replicant path fixes
Makes sure that these configs can be used for potential Replicant
targets.

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-01 22:49:59 +02:00

15 lines
459 B
Makefile

# 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_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/replicant/prebuilt/common/bootanimation/horizontal-1280x800.zip:system/media/bootanimation.zip
endif