ANDROID: Delete LLVM/DEPMOD/DTC in build.config.common.

They are already set in kernel_env() in Kleaf by default.

Bug: 236012223
Change-Id: Id11d9b4f44db988f2f4f630405c350185af757e6
Signed-off-by: HONG Yifan <elsk@google.com>
This commit is contained in:
HONG Yifan
2024-11-04 18:08:20 -08:00
committed by Ulises Mendez Martinez
parent 023175b40e
commit 5ac24f2ea3
-3
View File
@@ -1,8 +1,5 @@
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants
BRANCH=android-mainline
LLVM=1
DEPMOD=depmod
DTC=$(command -v dtc)
KCFLAGS="${KCFLAGS} -D__ANDROID_COMMON_KERNEL__"