summaryrefslogtreecommitdiffstats
path: root/cm.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 13:10:24 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 13:10:24 +0200
commit08064c556521ea26c0dd31f45161600a4702552c (patch)
treeba1241ec89d8bfe34dcf3d675070b9adcc52f5e3 /cm.mk
parent4361c7c1e73f2e2ef8ad3554d06d13aee02a7411 (diff)
downloaddevice_samsung_p5100-08064c556521ea26c0dd31f45161600a4702552c.zip
device_samsung_p5100-08064c556521ea26c0dd31f45161600a4702552c.tar.gz
device_samsung_p5100-08064c556521ea26c0dd31f45161600a4702552c.tar.bz2
bootanimation
Diffstat (limited to 'cm.mk')
-rw-r--r--cm.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/cm.mk b/cm.mk
index 8ff207c..ea75cc3 100644
--- a/cm.mk
+++ b/cm.mk
@@ -18,7 +18,10 @@
$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
-PRODUCT_RELEASE_NAME := GT-P5100
+PRODUCT_RELEASE_NAME := p5100
+
+# Boot animation
+TARGET_BOOTANIMATION_NAME := horizontal-1024x768
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)