From 7d22bfe283ae865c420cd6e61fe5ac247ce89f7c Mon Sep 17 00:00:00 2001
From: Doug Zobel <dzobel1@motorola.com>
Date: Tue, 10 Nov 2015 12:13:24 -0600
Subject: [PATCH] IKXCLOCK-9831 Hardcode string into kernel version

Hardcode the string (android@gpe) into the kernel version for
no good reason other than Google requires it.

Change-Id: I5b1e952e708250509cdb5dd5d2a0afbcbc026829
(cherry picked from commit 92ce71291bf0f485e0e8d0fb6455fb8922ae7f41)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0bd2d5de54fb..d7da9a8e792b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 3
 PATCHLEVEL = 10
 SUBLEVEL = 40
-EXTRAVERSION =
+EXTRAVERSION = -\(android@gpe\)
 NAME = TOSSUG Baby Fish
 
 # *DOCUMENTATION*
-- 
GitLab