diff options
-rw-r--r-- | lineage.mk | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -2,21 +2,20 @@ PRODUCT_RELEASE_NAME := GN-GSM # Boot animation -TARGET_SCREEN_HEIGHT := 1280 -TARGET_SCREEN_WIDTH := 720 +TARGET_BOOTANIMATION_NAME := vertical-720x1280 # Inherit some common Lineage stuff. -$(call inherit-product, vendor/cm/config/common_mini_phone.mk) +$(call inherit-product, vendor/replicant/config/common_mini_phone.mk) # Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) +$(call inherit-product, vendor/replicant/config/nfc_enhanced.mk) # Inherit device configuration $(call inherit-product, device/samsung/maguro/aosp_maguro.mk) ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := maguro -PRODUCT_NAME := lineage_maguro +PRODUCT_NAME := replicant_maguro PRODUCT_BRAND := google PRODUCT_MODEL := Galaxy Nexus PRODUCT_MANUFACTURER := samsung |