build.config.common: Disable hermetic toolchain by default
Prebuilts to enable hermetic toolchain are not yet available in Kernel SI. To permit upstream updates to kernel/build project, temporarily disable HERMETIC_TOOLCHAIN by default. Change-Id: Ie7b935b931efe92b04ecfd0c38971e52f5c18187 Signed-off-by: Elliot Berman <eberman@codeaurora.org>
This commit is contained in:
parent
cd88ca9aa4
commit
84a2a5bd66
@ -11,4 +11,4 @@ STOP_SHIP_TRACEPRINTK=1
|
||||
IN_KERNEL_MODULES=1
|
||||
DO_NOT_STRIP_MODULES=1
|
||||
|
||||
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}
|
||||
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-0}
|
||||
|
Loading…
Reference in New Issue
Block a user