# Specify phone tech before including full_phone $(call inherit-product, vendor/replicant/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := i9300 # 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/i9300/full_i9300.mk) # Inherit Software GL configuration. $(call inherit-product, vendor/replicant/config/software_gl.mk) # Device identifier. This must come after all inclusions PRODUCT_DEVICE := i9300 PRODUCT_NAME := replicant_i9300 PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-I9300 PRODUCT_MANUFACTURER := samsung # Set build fingerprint / ID / Product Name ect. PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9300 TARGET_DEVICE=GT-I9300 BUILD_FINGERPRINT="samsung/m0xx/m0:4.0.4/IMM76D/I9300XXALE8:user/release-keys" PRIVATE_BUILD_DESC="m0xx-user 4.0.4 IMM76D I9300XXALE8 release-keys"