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:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user