e2ec4c6051
The servers do not have ImageMagick installed right now, breaking the automated builds. Revert this for now. This reverts the following commits:840e781408
bootanim: Use a for loop to make part# foldersce5405d1f7
Fix wrong bootanimation.zip from mkdir .../part{0..2}6179d9494f
cm: Build bootanimation.zip67ddf37281
cm: Rework boot animation generation Change-Id: I63fc43da9b1a6afea5f791e879f0bfc9a385d98d
11 lines
327 B
Makefile
11 lines
327 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common_mini.mk)
|
|
|
|
# Required CM packages
|
|
PRODUCT_PACKAGES += \
|
|
LatinIME
|
|
|
|
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
|
|
endif
|