ANDROID: build.config.common: enable LLVM=1

This moves builds to all use LLVM=1 argument to make, rather than
CC=​clang NM=llvm-nm OBJCOPY=llvm-objcopy ... (see also
https://www.kernel.org/doc/html/latest/kbuild/llvm.html#llvm-utilities).

Step 3 of aosp/1405387.

Bug: 65987925
Bug: 141693040
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I0975dcad48b6c5344124343606e1c7f85e76e4ee
This commit is contained in:
Nick Desaulniers 2020-08-20 13:49:01 -07:00 committed by Michael Bestas
parent e81ce4fb88
commit 38f8401a1a
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

View File

@ -1,10 +1,7 @@
BRANCH=android11-5.4 BRANCH=android11-5.4
KMI_GENERATION=2 KMI_GENERATION=2
CC=clang LLVM=1
LD=ld.lld
NM=llvm-nm
OBJCOPY=llvm-objcopy
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r416183b/bin CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r416183b/bin
DEPMOD=depmod DEPMOD=depmod
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86 BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86