From c8e69cf10cefb5197dbc798452c886ccf4e1ed68 Mon Sep 17 00:00:00 2001 From: Moyster Date: Sat, 19 Nov 2016 21:54:30 +0100 Subject: 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/ ``` --- cm.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cm.mk') 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) -- cgit v1.2.3