summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 13:11:13 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 13:11:13 +0200
commitf98cda1ea7096a3b044482d1ee0df1f0c021bd59 (patch)
tree5d3e96c4758e1036c9c7a235a77571055f12fe48
parent34470d8ef9eb7577915f6fd81044aad436c8f822 (diff)
downloaddevice_samsung_p5110-f98cda1ea7096a3b044482d1ee0df1f0c021bd59.zip
device_samsung_p5110-f98cda1ea7096a3b044482d1ee0df1f0c021bd59.tar.gz
device_samsung_p5110-f98cda1ea7096a3b044482d1ee0df1f0c021bd59.tar.bz2
bootanimation
-rw-r--r--cm.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/cm.mk b/cm.mk
index f9b57ec..2e8527f 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-P5110
+PRODUCT_RELEASE_NAME := p5110
+
+# Boot animation
+TARGET_BOOTANIMATION_NAME := horizontal-1024x768
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)