diff options
| -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 |
