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)
diff --git a/Makefile b/Makefile
index 0bd2d5d..d7da9a8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 3
 PATCHLEVEL = 10
 SUBLEVEL = 40
-EXTRAVERSION =
+EXTRAVERSION = -\(android@gpe\)
 NAME = TOSSUG Baby Fish
 
 # *DOCUMENTATION*