Merge "build.config: Enable hermetic toolchain on msm-kernel"

This commit is contained in:
qctecmdr 2021-10-27 19:23:48 -07:00 committed by Gerrit - the friendly Code Review server
commit 456b6201e2
5 changed files with 5 additions and 3 deletions

View File

@ -11,4 +11,4 @@ STOP_SHIP_TRACEPRINTK=1
IN_KERNEL_MODULES=1
DO_NOT_STRIP_MODULES=1
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-0}
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}

View File

@ -2,6 +2,8 @@
# Common configuration for building kernel for Virtual Machines
DEFCONFIG="generic_vm_defconfig"
OPENSSL_DIR=${KERNEL_DIR}/../build/build-tools/path/linux-x86/openssl
# Kernel platform missing aosp/1843323
DISABLE_HERMETIC_SYSROOT=1
append_cmd POST_DEFCONFIG_CMDS 'update_signing_keys_config'

View File

@ -5,7 +5,6 @@
################################################################################
## Variant setup
HERMETIC_TOOLCHAIN=0
MSM_ARCH=waipio_tuivm
VARIANTS=(defconfig debug_defconfig)
[ -z "${VARIANT}" ] && VARIANT=debug_defconfig

View File

@ -5,7 +5,6 @@
################################################################################
## Variant setup
HERMETIC_TOOLCHAIN=0
MSM_ARCH=neo
VARIANTS=(defconfig debug_defconfig)
[ -z "${VARIANT}" ] && VARIANT=defconfig

View File

@ -2,6 +2,8 @@
# Common configuration for building kernel for SXR products
DEFCONFIG="generic_sxr_defconfig"
OPENSSL_DIR=${KERNEL_DIR}/../build/build-tools/path/linux-x86/openssl
# Kernel platform missing aosp/1843323
DISABLE_HERMETIC_SYSROOT=1
append_cmd POST_DEFCONFIG_CMDS 'update_signing_keys_config'