diff options
| author | Moyster <oysterized@gmail.com> | 2016-11-19 21:54:30 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-11-19 21:54:30 +0100 |
| commit | c8e69cf10cefb5197dbc798452c886ccf4e1ed68 (patch) | |
| tree | bd60e2a761cd81e049a8dd418eb5a09741052b08 | |
| parent | 86a0f48ed7fec76b144cd5e59e295d068e1bd33d (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.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
