diff options
Diffstat (limited to 'lineage.mk')
-rw-r--r-- | lineage.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lineage.mk b/lineage.mk new file mode 100644 index 0000000..70bf989 --- /dev/null +++ b/lineage.mk @@ -0,0 +1,25 @@ +# Release name +PRODUCT_RELEASE_NAME := i9305 + +# 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/i9305/full_i9305.mk) + +# Device identifier. This must come after all inclusions +PRODUCT_DEVICE := i9305 +PRODUCT_NAME := replicant_i9305 +PRODUCT_BRAND := samsung +PRODUCT_MODEL := GT-I9305 +PRODUCT_MANUFACTURER := samsung + +# Set build fingerprint / ID / Product Name ect. +PRODUCT_BUILD_PROP_OVERRIDES += \ + PRODUCT_NAME=m3xx \ + TARGET_DEVICE=m3 \ + BUILD_FINGERPRINT="samsung/m3xx/m3:4.4.4/KTU84P/I9305XXUFPB1:user/release-keys" \ + PRIVATE_BUILD_DESC="m3xx-user 4.4.4 KTU84P I9305XXUFPB1 release-keys" |