diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 13:11:13 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 13:11:13 +0200 |
commit | f98cda1ea7096a3b044482d1ee0df1f0c021bd59 (patch) | |
tree | 5d3e96c4758e1036c9c7a235a77571055f12fe48 | |
parent | 34470d8ef9eb7577915f6fd81044aad436c8f822 (diff) | |
download | device_samsung_p5110-f98cda1ea7096a3b044482d1ee0df1f0c021bd59.zip device_samsung_p5110-f98cda1ea7096a3b044482d1ee0df1f0c021bd59.tar.gz device_samsung_p5110-f98cda1ea7096a3b044482d1ee0df1f0c021bd59.tar.bz2 |
bootanimation
-rw-r--r-- | cm.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |