From 0ec2d738501be4b79ced0e4a9f4c41d37738ff33 Mon Sep 17 00:00:00 2001 From: Georg Veichtlbauer Date: Thu, 10 Mar 2022 16:03:55 +0100 Subject: [PATCH] sm8350-common: Remove CLANG compile flag Defaults to true now project-wide. Change-Id: I1e0ff5adadc889d81c90c816457a72d2621e4b5a --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f796222..fcf96e0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -99,7 +99,6 @@ TARGET_KERNEL_ADDITIONAL_FLAGS := \ DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc \ LLVM=1 \ TARGET_PRODUCT=$(PRODUCT_DEVICE) -TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_SOURCE := kernel/xiaomi/sm8350 BOARD_KERNEL_CMDLINE += androidboot.console=ttyMSM0