build.config.*: Link android-mainline kernels with LLD

We've been building mainline x86_64 with LLD for months now, and don't
plan to upgrade Android's binutils to work around issues upstream
related to:

commit c603a309cc ("x86/mm: Identify the end of the kernel area to be reserved")

Bug: 138463564
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Alistair Delva <adelva@google.com>
Change-Id: Ic52f7f374c494e5d39efb758a7739ebd33799f49
This commit is contained in:
Nick Desaulniers 2019-08-07 15:24:33 -07:00 committed by Alistair Delva
parent 3cf5c71422
commit 7a5e47a1a8

View File

@ -2,6 +2,7 @@ BRANCH=android-mainline
KERNEL_DIR=common
CC=clang
LD=ld.lld
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r365631c/bin
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86