From f9dd0d676923eefdc9d3427b906fbaff61814d1c Mon Sep 17 00:00:00 2001 From: Georg Veichtlbauer Date: Wed, 16 Mar 2022 13:10:17 +0100 Subject: [PATCH] universal7885: Remove CLANG compile flag Defaults to true now project-wide. Signed-off-by: GhostMaster69-dev --- universal7885-common/BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 296f971..420efa8 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -70,7 +70,6 @@ BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_CMDLINE := androidboot.init_fatal_reboot_target=recovery BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100 TARGET_KERNEL_SOURCE := kernel/samsung/exynos7885 -TARGET_KERNEL_CLANG_COMPILE := true KERNEL_SUPPORTS_LLVM_TOOLS := true BOARD_USES_METADATA_PARTITION := true