summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-11-19 21:54:30 +0100
committerMoyster <oysterized@gmail.com>2016-11-19 21:54:30 +0100
commitc8e69cf10cefb5197dbc798452c886ccf4e1ed68 (patch)
treebd60e2a761cd81e049a8dd418eb5a09741052b08
parent86a0f48ed7fec76b144cd5e59e295d068e1bd33d (diff)
Switch to unique certs to sign the build, fixes some Gapps not properly working
ie. Android Wear refusing to work, asking for an "user/signed" or "userdebug/unsigned" rom Keys are in vendor/meizu/moyster, and were generated using the make_key tool found in : ``` $ANDROID_SOURCES/development/tools/ ```
-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)