Files
linux/build.config.common
John Stultz 07133e13b8 ANDROID: build.config.common: Set uname to android13-5.10 instead of android12-5.10
This fixes up the uname reported by the kernel to be
android13-5.10 (matching the branch).

NOTE: This patch depends on the change here to already be merged:
https://android-review.googlesource.com/c/platform/system/libvintf/+/1703726

As without it userland won't boot up properly with android13-5.10 uname.

Bug: 183242632
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: I84f9c93c3fa738ac2486f57b0a171bd9f085a26a
2021-05-11 22:24:25 +00:00

16 lines
329 B
Plaintext

BRANCH=android13-5.10
KMI_GENERATION=0
LLVM=1
DEPMOD=depmod
DTC=dtc
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r416183b/bin
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
EXTRA_CMDS=''
STOP_SHIP_TRACEPRINTK=1
IN_KERNEL_MODULES=1
DO_NOT_STRIP_MODULES=1
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}