From bda7107b556c410304be9d091591b930bd9c4e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pinela?= Date: Sat, 3 Sep 2016 04:54:06 +0100 Subject: kernel: explicitly set kernel toolchain and prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e51e7362ba163b4855cca08646184e8d526361f Signed-off-by: André Pinela --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3