diff options
Diffstat (limited to 'cm.mk')
-rw-r--r-- | cm.mk | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -28,18 +28,17 @@ $(call inherit-product, device/samsung/n7100/full_n7100.mk) PRODUCT_RELEASE_NAME := n7100 # Boot animation -TARGET_SCREEN_HEIGHT := 1280 -TARGET_SCREEN_WIDTH := 720 +TARGET_BOOTANIMATION_NAME := vertical-720x1280 # 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/n7100/full_n7100.mk) # Device identifier. This must come after all inclusions PRODUCT_DEVICE := n7100 -PRODUCT_NAME := cm_n7100 +PRODUCT_NAME := replicant_n7100 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-N7100 PRODUCT_MANUFACTURER := samsung |