Add common config for devices with low space on system

Change-Id: I4e63dc4d608ed79c36c6757b2ffbfc76cd3634e6
diff --git a/config/common_mini_phone.mk b/config/common_mini_phone.mk
new file mode 100644
index 0000000..43bbe61
--- /dev/null
+++ b/config/common_mini_phone.mk
@@ -0,0 +1,22 @@
+# Inherit common CM stuff
+$(call inherit-product, vendor/cm/config/common.mk)
+
+# Bring in all audio files
+include frameworks/base/data/sounds/NewAudio.mk
+
+# Include CM audio files
+include vendor/cm/config/cm_audio.mk
+
+# Default ringtone
+PRODUCT_PROPERTY_OVERRIDES += \
+    ro.config.ringtone=CyanTone.ogg \
+    ro.config.notification_sound=CyanMessage.ogg \
+    ro.config.alarm_alert=CyanAlarm.ogg
+
+PRODUCT_PACKAGES += \
+  Mms
+
+ifeq ($(TARGET_BOOTANIMATION_NAME),)
+    PRODUCT_COPY_FILES += \
+        vendor/cm/prebuilt/common/bootanimation/vertical-320x480.zip:system/media/bootanimation.zip
+endif