diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-12-30 16:00:50 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-12-30 16:00:50 +0100 |
commit | 5ca4ea89771909573b206594062d2879ea09792b (patch) | |
tree | 76b6e48d14f7ff025d57c1111d1a96eb4eb2603a | |
parent | c2d2d4b569a777def23f8c6600de3c69918bfb71 (diff) | |
download | device_samsung_p5100-5ca4ea89771909573b206594062d2879ea09792b.zip device_samsung_p5100-5ca4ea89771909573b206594062d2879ea09792b.tar.gz device_samsung_p5100-5ca4ea89771909573b206594062d2879ea09792b.tar.bz2 |
Initial Replicant 4.2 commit
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | cm.mk | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -15,24 +15,23 @@ # ## Specify phone tech before including full_phone -$(call inherit-product, vendor/cm/config/gsm.mk) +$(call inherit-product, vendor/replicant/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := p5100 # Boot animation -TARGET_SCREEN_HEIGHT := 800 -TARGET_SCREEN_WIDTH := 1280 +TARGET_BOOTANIMATION_NAME := horizontal-1280x800 # Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/samsung/p5100/full_p5100.mk) ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := p5100 -PRODUCT_NAME := cm_p5100 +PRODUCT_NAME := replicant_p5100 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-P5100 PRODUCT_MANUFACTURER := samsung |