From 6ee40466e6dabe595c8bb961e82c1ccc960df060 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 14 Nov 2022 13:11:09 +0200 Subject: [PATCH] dre: Compile the kernel without GCC Change-Id: I882c0d8600f88c1bb939c7ee247230ec5e70338a --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 94a9d88..0646899 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -116,6 +116,7 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) BOARD_RAMDISK_USE_LZ4 := true TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350 TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig +TARGET_KERNEL_NO_GCC := true # Kernel modules BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load))