diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 13:10:24 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 13:10:24 +0200 |
commit | 08064c556521ea26c0dd31f45161600a4702552c (patch) | |
tree | ba1241ec89d8bfe34dcf3d675070b9adcc52f5e3 | |
parent | 4361c7c1e73f2e2ef8ad3554d06d13aee02a7411 (diff) | |
download | device_samsung_espresso3g-08064c556521ea26c0dd31f45161600a4702552c.zip device_samsung_espresso3g-08064c556521ea26c0dd31f45161600a4702552c.tar.gz device_samsung_espresso3g-08064c556521ea26c0dd31f45161600a4702552c.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-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) |