From 8459192a6beaef4369a615631eaa8f40756853ef Mon Sep 17 00:00:00 2001 From: followmsi Date: Thu, 17 Mar 2022 22:12:06 +0100 Subject: [PATCH] flo/deb: We still use GCC https://github.com/LineageOS/android_vendor_lineage/commit/6d88852d2e602a92dde7bea849ff614f6a5165b1 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 08934f5..9ab6f62 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -29,6 +29,7 @@ BOARD_KERNEL_PAGESIZE := 2048 # BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=msm8960 maxcpus=2 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=flo user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 androidboot.selinux=permissive BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 +TARGET_KERNEL_CLANG_COMPILE := false TARGET_KERNEL_SOURCE := kernel/google/msm TARGET_KERNEL_CONFIG := followmsi_defconfig