From 055fcf7583025227dec9d0417c347a5cfaeb8471 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Tue, 5 Oct 2021 17:23:02 +0100 Subject: [PATCH] ANDROID: build.config.allmodconfig: Enable hermetic builds This was previously not possible due to the lack of kernel module signing support in BoringSSL. Said support has now landed in Kernel Build Tools. Fixes: bce40b72a381b ("ANDROID: Disable hermetic toolchain for allmodconfig builds") Signed-off-by: Lee Jones Change-Id: Ideddac33d8d79f2819a9f68e3e80a0b045e58907 --- build.config.allmodconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index acca3122370e..2ccc4dd1be79 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -1,7 +1,5 @@ DEFCONFIG=allmodconfig -HERMETIC_TOOLCHAIN=0 - POST_DEFCONFIG_CMDS="update_config" function update_config() { ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \