diff options
| author | André Pinela <sheffzor@gmail.com> | 2016-09-03 04:54:06 +0100 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2016-09-03 06:59:42 +0100 |
| commit | bda7107b556c410304be9d091591b930bd9c4e38 (patch) | |
| tree | b2554d4fcfd729065bff91fe6f5bfc1b9b37bdb8 | |
| parent | c02d18c3a7ef05a358dc072a5d120a455329b517 (diff) | |
kernel: explicitly set kernel toolchain and prefix
Change-Id: I3e51e7362ba163b4855cca08646184e8d526361f
Signed-off-by: André Pinela <sheffzor@gmail.com>
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 14768a2..dcc2a5c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -51,6 +51,8 @@ USE_CLANG_PLATFORM_BUILD := true BOARD_KERNEL_CMDLINE := androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME) TARGET_KERNEL_CONFIG := grouper_defconfig TARGET_KERNEL_SOURCE := kernel/asus/grouper +KERNEL_TOOLCHAIN := $(ANDROID_BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/arm/arm-eabi-4.8/bin +KERNEL_TOOLCHAIN_PREFIX := arm-eabi- # Wi-Fi BOARD_WLAN_DEVICE := bcmdhd |
