android_kernel_asus_sm8350/build.config.common
Raghavendra Rao Ananta e52a433a54 build.config.common: Revert the compiler back to clang-r370808
Due to the recent issues seen while parsing the va_args(), the compiler
is switched back to the older version,  clang-r370808, which is much
stable than the current one. Update the ABI snapshot accordingly.

Change-Id: Ib3c6b23ba40a9c036b961e839b89280aaa1cfd4e
Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
2020-05-20 14:12:42 -07:00

15 lines
303 B
Plaintext

BRANCH=android-5.4
KERNEL_DIR=common
CC=clang
LD=ld.lld
NM=llvm-nm
OBJCOPY=llvm-objcopy
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r370808/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