diff options
| author | Steve Kondik <steve@cyngn.com> | 2015-11-07 06:02:20 -0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:46:56 +0800 |
| commit | ac14a2158d366e1135250191770a43024dc4c946 (patch) | |
| tree | 6860e0de614d0274496025d53189250e37c31ec3 | |
| parent | c90ea633243ede292da55e6b32d42993b7ba0ba8 (diff) | |
flo: Build the kernel with gcc-4.9
Change-Id: I49b7d4af6e2cccd70301c94b82106ec72c20a0f6
| -rwxr-xr-x | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0abdf4a..065165f 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -30,6 +30,7 @@ BOARD_KERNEL_CMDLINE += vmalloc=340M BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 TARGET_KERNEL_SOURCE := kernel/asus/flo TARGET_KERNEL_CONFIG := cyanogenmod_flo_defconfig +TARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-linux-androideabi- BOARD_USES_ALSA_AUDIO:= true BOARD_USES_LEGACY_ALSA_AUDIO:= false |
