Rather than relying on the hosts build tools, use a set of prebuilt build-tools. These are tools like awk, cat, cp, hostname, python, rm, sed, etc. Bug: 135922132 Change-Id: Ie6b0bd208c684c9f153eb2f0bfac4712e02e8e05 Signed-off-by: Matthias Maennich <maennich@google.com>
19 lines
519 B
Plaintext
19 lines
519 B
Plaintext
ARCH=x86_64
|
|
BRANCH=android-mainline
|
|
CLANG_TRIPLE=x86_64-linux-gnu-
|
|
CROSS_COMPILE=x86_64-linux-androidkernel-
|
|
CC=clang
|
|
DEFCONFIG=gki_defconfig
|
|
EXTRA_CMDS=''
|
|
KERNEL_DIR=common
|
|
POST_DEFCONFIG_CMDS="check_defconfig"
|
|
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r353983c/bin
|
|
BUILDTOOLS_PREBUILT_BIN=prebuilts/build-tools/path/linux-x86
|
|
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin
|
|
FILES="
|
|
arch/x86/boot/bzImage
|
|
vmlinux
|
|
System.map
|
|
"
|
|
STOP_SHIP_TRACEPRINTK=1
|