Skip to content

Commit

Permalink
Merge "build.config: Enable hermetic toolchain on msm-kernel"
Browse files Browse the repository at this point in the history
  • Loading branch information
qctecmdr authored and Gerrit - the friendly Code Review server committed Oct 28, 2021
2 parents 273d1b7 + 9e2b44f commit 456b620
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.config.common
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 2 additions & 0 deletions build.config.msm.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion build.config.msm.waipio.tuivm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

################################################################################
## Variant setup
HERMETIC_TOOLCHAIN=0
MSM_ARCH=waipio_tuivm
VARIANTS=(defconfig debug_defconfig)
[ -z "${VARIANT}" ] && VARIANT=debug_defconfig
Expand Down
1 change: 0 additions & 1 deletion build.config.neo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

################################################################################
## Variant setup
HERMETIC_TOOLCHAIN=0
MSM_ARCH=neo
VARIANTS=(defconfig debug_defconfig)
[ -z "${VARIANT}" ] && VARIANT=defconfig
Expand Down
2 changes: 2 additions & 0 deletions build.config.sxr.common
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 456b620

Please sign in to comment.