View Single Post
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#1106
Originally Posted by mautz View Post
@edp17

You can change the kernel string in the defconfig file. CONFIG_LOCALVERSION is what you are looking for. For example:
CONFIG_LOCALVERSION="-cyanogenmod-g0aac178"
You need to disable CONFIG_LOCALVERSION_AUTO to make these changes work.

And you need to change lines 86 and 87 in META-INF/com/google/android/update-binary to match the new localversion.
Thank you. This was the missing bit.