summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/cm.mk b/cm.mk
new file mode 100644
index 0000000..4286252
--- /dev/null
+++ b/cm.mk
@@ -0,0 +1,21 @@
+## Specify phone tech before including full_phone
+$(call inherit-product, vendor/cm/config/gsm.mk)
+
+# Inherit some common CM stuff.
+$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+
+# Inherit device configuration
+$(call inherit-product, device/samsung/maguro/device.mk)
+
+PRODUCT_NAME := cm_maguro
+
+# Release name and versioning
+PRODUCT_RELEASE_NAME := GN
+PRODUCT_VERSION_DEVICE_SPECIFIC :=
+-include vendor/cm/config/common_versions.mk
+
+## Device identifier. This must come after all inclusions
+PRODUCT_DEVICE := maguro
+
+#Set build fingerprint / ID / Prduct Name ect.
+PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=yakju BUILD_ID=ITL41D BUILD_DISPLAY_ID=ITL41D BUILD_FINGERPRINT="google/yakju/maguro:4.0.1/ITL41D/223971:user/release-keys" PRVIATE_BUILD_DESC="yakju-user 4.0.1 ITL41D 223971 release-keys"