ANDROID: GKI defconfig: append "-4k" to UTS

The default page size (4kb) is transitioning towards 16kb. Indicate the
old 4k value whenever the kernel version string is produced to
distinguish from 16k builds that do not have any indicator.

Bug: 340631213
Change-Id: Ic266d00bfee7138f3f00a96e00f865da3c73a5b2
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich 2024-06-05 11:26:09 +00:00 committed by Matthias Männich
parent fe188b34f7
commit 2b549fbb94

View File

@ -1,4 +1,5 @@
CONFIG_UAPI_HEADER_TEST=y
CONFIG_LOCALVERSION="-4k"
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y