aboutsummaryrefslogtreecommitdiff
path: root/patches/build
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-11-19 21:53:48 +0100
committerMoyster <oysterized@gmail.com>2016-11-20 10:44:50 +0100
commit182148ea92ab32bae8720df0226860829af6f9a7 (patch)
tree2819c56df0faa18ff432ab2a59f07c102ddf5b5f /patches/build
parent38e56edebb61be29a6bd88685bd3e8b27c46aa6b (diff)
use release-keys tags instead of dev-keys tagsHEADcm-12.1
Diffstat (limited to 'patches/build')
-rw-r--r--patches/build/0001-Replace-dev-keys-flag-by-release-flag-to-trick-Googl.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/patches/build/0001-Replace-dev-keys-flag-by-release-flag-to-trick-Googl.patch b/patches/build/0001-Replace-dev-keys-flag-by-release-flag-to-trick-Googl.patch
new file mode 100644
index 0000000..cbd2251
--- /dev/null
+++ b/patches/build/0001-Replace-dev-keys-flag-by-release-flag-to-trick-Googl.patch
@@ -0,0 +1,27 @@
+From d7fd2b84d90789f3020bc6aecf19dd7ba7d222e7 Mon Sep 17 00:00:00 2001
+From: Moyster <oysterized@gmail.com>
+Date: Sat, 19 Nov 2016 21:26:22 +0100
+Subject: [PATCH] Replace dev-keys flag by release-flag to trick Google Apps
+ like Android Wear
+
+Change-Id: Icc37b9c7a31704f0a26dd37f3d7a74c21ea97d09
+---
+ core/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/core/Makefile b/core/Makefile
+index 9ab196a..52aa385 100644
+--- a/core/Makefile
++++ b/core/Makefile
+@@ -111,7 +111,7 @@ endif
+ ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
+ BUILD_KEYS := test-keys
+ else
+-BUILD_KEYS := dev-keys
++BUILD_KEYS := release-keys
+ endif
+ BUILD_VERSION_TAGS += $(BUILD_KEYS)
+ BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))
+--
+2.9.3
+