summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cm.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cm.mk b/cm.mk
index fb7357b..6d1b193 100644
--- a/cm.mk
+++ b/cm.mk
@@ -1,6 +1,10 @@
# Release name
PRODUCT_RELEASE_NAME := m2note
+# Sign the build with real certs
+# PS: if you're not me you need to generate your own certs
+PRODUCT_DEFAULT_DEV_CERTIFICATE := vendor/meizu/moyster/releasekey
+
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)