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:
Matthias Maennich
2020-12-17 15:11:02 +00:00
parent b1e6a98547
commit 237011c53a

View File

@@ -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}