ANDROID: Disable hermetic toolchain for allmodconfig builds

allmodconfig builds require a full implementation of openssl as of
today. The hermetic toolchain provides only a subset through boringssl.

Fixes: 6991ab0b2d ("ANDROID: Enable hermetic toolchain")
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: Idcd0233893059d4a10951edf51cba0b3b7a9a0f1
This commit is contained in:
Matthias Maennich
2020-12-08 10:04:34 +00:00
parent 292f430816
commit bce40b72a3

View File

@@ -1,5 +1,7 @@
DEFCONFIG=allmodconfig DEFCONFIG=allmodconfig
HERMETIC_TOOLCHAIN=0
POST_DEFCONFIG_CMDS="update_config" POST_DEFCONFIG_CMDS="update_config"
function update_config() { function update_config() {
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \ ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \