summaryrefslogtreecommitdiff
path: root/build.config.common
blob: 139742112b236ec4a8fa2fdb17d5775a6836ce42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BRANCH=android-5.4
KERNEL_DIR=common

CC=clang
LD=ld.lld
NM=llvm-nm
OBJCOPY=llvm-objcopy
DEPMOD=depmod
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/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