Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 1 | # Inherit common CM stuff |
Tom Marshall | dd3a17f | 2016-06-09 12:04:59 -0700 | [diff] [blame^] | 2 | $(call inherit-product, vendor/cm/config/common_mini.mk) |
Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 3 | |
4 | ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) | ||||
5 | PRODUCT_COPY_FILES += \ | ||||
6 | vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip | ||||
7 | endif |