cm: Revert the new boot animation generation process

The servers do not have ImageMagick installed right now,
breaking the automated builds.

Revert this for now.

This reverts the following commits:
840e781408dc0de9efd8c18a65f69fbf6fab63ef bootanim: Use a for loop to make part# folders
ce5405d1f7dec6f1f2530f4604f2d6e88fa9fc3b Fix wrong bootanimation.zip from mkdir .../part{0..2}
6179d9494f6a1ab1da6258dd69a6949b6002f2f2 cm: Build bootanimation.zip
67ddf3728104a07902e8199e1980939c8798c42b cm: Rework boot animation generation

Change-Id: I63fc43da9b1a6afea5f791e879f0bfc9a385d98d
diff --git a/config/common_mini_phone.mk b/config/common_mini_phone.mk
index b4c0cb3..828b5b9 100644
--- a/config/common_mini_phone.mk
+++ b/config/common_mini_phone.mk
@@ -4,4 +4,9 @@
 PRODUCT_PACKAGES += \
     LatinIME
 
+ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
+    PRODUCT_COPY_FILES += \
+        vendor/cm/prebuilt/common/bootanimation/320.zip:system/media/bootanimation.zip
+endif
+
 $(call inherit-product, vendor/cm/config/telephony.mk)