From 1be5e11fdbe27ca18f8951894e2ecc0c5608d826 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 29 May 2021 10:32:43 +0200 Subject: [PATCH] sm8350-common: Don't pass OEM_TARGET_PRODUCT to kernel build cmdline Not needed on this platform. Change-Id: I6cbb2772b8a79a7d50be113e493ae9743238cc8e --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 11c4083..3fcaf18 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -50,7 +50,7 @@ BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_SEPARATED_DTBO := true BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) KERNEL_LD := LD=ld.lld -TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc OEM_TARGET_PRODUCT=$(PRODUCT_DEVICE) +TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc TARGET_KERNEL_SOURCE := kernel/oneplus/sm8350 TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CONFIG := vendor/lahaina-qgki_defconfig