diff options
-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 := p3110 # Boot animation -TARGET_SCREEN_HEIGHT := 1024 -TARGET_SCREEN_WIDTH := 600 +TARGET_BOOTANIMATION_NAME := horizontal-1024x600 # Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk) +$(call inherit-product, vendor/replicant/config/common_full_tablet_wifionly.mk) # Inherit device configuration $(call inherit-product, device/samsung/p3110/full_p3110.mk) ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := p3110 -PRODUCT_NAME := cm_p3110 +PRODUCT_NAME := replicant_p3110 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-P3110 PRODUCT_MANUFACTURER := samsung |