# Specify phone tech before including full_phone $(call inherit-product, vendor/replicant/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := n7100 # Boot animation TARGET_BOOTANIMATION_NAME := vertical-720x1280 # Inherit some common CM stuff. $(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 := replicant_n7100 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-N7100 PRODUCT_MANUFACTURER := samsung # Set build fingerprint / ID / Product Name ect. PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=t03gxx TARGET_DEVICE=t03g BUILD_FINGERPRINT="samsung/t03gxx/t03g:4.1.1/JRO03C/N7100XXALJ3:user/release-keys" PRIVATE_BUILD_DESC="t03gxx-user 4.1.1 JRO03C N7100XXALJ3 release-keys"