Matthias Maennich | 6e792fd | 2019-08-29 12:34:52 +0100 | [diff] [blame] | 1 | BRANCH=android-mainline |
2 | KERNEL_DIR=common | ||||
3 | |||||
4 | CC=clang | ||||
Ram Muthiah | 6ce0937 | 2019-10-21 11:48:25 -0700 | [diff] [blame^] | 5 | CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r365631c/bin |
Matthias Maennich | 6e792fd | 2019-08-29 12:34:52 +0100 | [diff] [blame] | 6 | BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86 |
7 | |||||
8 | EXTRA_CMDS='' | ||||
9 | STOP_SHIP_TRACEPRINTK=1 |