diff options
-rw-r--r-- | cm.mk | 6 | ||||
-rw-r--r-- | n7000.mk | 5 |
2 files changed, 5 insertions, 6 deletions
@@ -15,20 +15,20 @@ # # 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 := GT-N7000 # 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/n7000/full_n7000.mk) # Device identifier. This must come after all inclusions PRODUCT_DEVICE := n7000 -PRODUCT_NAME := cm_n7000 +PRODUCT_NAME := replicant_n7000 PRODUCT_BRAND := Samsung PRODUCT_MODEL := GT-N7000 @@ -27,9 +27,8 @@ PRODUCT_AAPT_CONFIG := normal hdpi xhdpi PRODUCT_AAPT_PREF_CONFIG := xhdpi PRODUCT_LOCALES += xhdpi -#Bootanimation -TARGET_SCREEN_HEIGHT := 1280 -TARGET_SCREEN_WIDTH := 800 +# Bootanimation +TARGET_BOOTANIMATION_NAME := vertical-800x1280 PRODUCT_PROPERTY_OVERRIDES += \ ro.sf.lcd_density=320 |