mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: build.config.common: allow overriding of HERMETIC_TOOLCHAIN
This is required at the moment to be set by build_abi.sh. Bug: 175681515 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I2657652c3fd3755fe2cee7a9a9ab01989a0bc8f3
This commit is contained in:
parent
b1e6a98547
commit
237011c53a
|
|
@ -12,4 +12,4 @@ STOP_SHIP_TRACEPRINTK=1
|
|||
IN_KERNEL_MODULES=1
|
||||
DO_NOT_STRIP_MODULES=1
|
||||
|
||||
HERMETIC_TOOLCHAIN=1
|
||||
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user