From 3b1af7dad7c69b12646621756dbe4930ae2cb0a4 Mon Sep 17 00:00:00 2001 From: Ultra119 <64977575+Ultra119@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:32:41 +0300 Subject: [PATCH] sdm710-common: Remove prebuilt kernel support completely --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 96019f5..a07a5b5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -40,9 +40,6 @@ BOARD_RAMDISK_USE_LZ4 := true TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/lenovo/sdm710 TARGET_KERNEL_VERSION := 4.9 -ifeq ($(TARGET_PREBUILT_KERNEL),) - TARGET_KERNEL_CLANG_COMPILE := true -endif # Audio TARGET_PROVIDES_AUDIO_EXTNS := true