blob: 8e328b13b082f86c2b2e381bf168d03facd703a8 [file] [log] [blame]
Matthias Maennich6e792fd2019-08-29 12:34:52 +01001BRANCH=android-mainline
2KERNEL_DIR=common
3
4CC=clang
Nick Desaulniers7a5e47a12019-08-07 15:24:33 -07005LD=ld.lld
Peter Collingbourned37d6fd2019-11-09 11:48:31 -08006NM=llvm-nm
7OBJCOPY=llvm-objcopy
Ram Muthiah6ce09372019-10-21 11:48:25 -07008CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r365631c/bin
Matthias Maennich6e792fd2019-08-29 12:34:52 +01009BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
10
11EXTRA_CMDS=''
12STOP_SHIP_TRACEPRINTK=1