summaryrefslogtreecommitdiffstats
path: root/lineage.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lineage.mk')
-rw-r--r--lineage.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/lineage.mk b/lineage.mk
new file mode 100644
index 0000000..116268c
--- /dev/null
+++ b/lineage.mk
@@ -0,0 +1,21 @@
+# Release name
+PRODUCT_RELEASE_NAME := i9300
+
+# Boot animation
+TARGET_BOOTANIMATION_NAME := vertical-720x1280
+
+# Inherit some common stuff.
+$(call inherit-product, vendor/replicant/config/common_full_phone.mk)
+
+# Inherit device configuration
+$(call inherit-product, device/samsung/i9300/full_i9300.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=m0xx TARGET_DEVICE=m0 BUILD_FINGERPRINT="samsung/m0xx/m0:4.3/JSS15J/I9300XXUGMJ9:user/release-keys" PRIVATE_BUILD_DESC="m0xx-user 4.3 JSS15J I9300XXUGMJ9 release-keys"