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/
```
This commit is contained in:
Moyster 2016-11-19 21:54:30 +01:00
parent 86a0f48ed7
commit c8e69cf10c
1 changed files with 4 additions and 0 deletions

4
cm.mk
View File

@ -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)