Merge "build.config: Enable hermetic toolchain on msm-kernel"
This commit is contained in:
commit
456b6201e2
@ -11,4 +11,4 @@ STOP_SHIP_TRACEPRINTK=1
|
|||||||
IN_KERNEL_MODULES=1
|
IN_KERNEL_MODULES=1
|
||||||
DO_NOT_STRIP_MODULES=1
|
DO_NOT_STRIP_MODULES=1
|
||||||
|
|
||||||
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-0}
|
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# Common configuration for building kernel for Virtual Machines
|
# Common configuration for building kernel for Virtual Machines
|
||||||
DEFCONFIG="generic_vm_defconfig"
|
DEFCONFIG="generic_vm_defconfig"
|
||||||
OPENSSL_DIR=${KERNEL_DIR}/../build/build-tools/path/linux-x86/openssl
|
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'
|
append_cmd POST_DEFCONFIG_CMDS 'update_signing_keys_config'
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
## Variant setup
|
## Variant setup
|
||||||
HERMETIC_TOOLCHAIN=0
|
|
||||||
MSM_ARCH=waipio_tuivm
|
MSM_ARCH=waipio_tuivm
|
||||||
VARIANTS=(defconfig debug_defconfig)
|
VARIANTS=(defconfig debug_defconfig)
|
||||||
[ -z "${VARIANT}" ] && VARIANT=debug_defconfig
|
[ -z "${VARIANT}" ] && VARIANT=debug_defconfig
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
## Variant setup
|
## Variant setup
|
||||||
HERMETIC_TOOLCHAIN=0
|
|
||||||
MSM_ARCH=neo
|
MSM_ARCH=neo
|
||||||
VARIANTS=(defconfig debug_defconfig)
|
VARIANTS=(defconfig debug_defconfig)
|
||||||
[ -z "${VARIANT}" ] && VARIANT=defconfig
|
[ -z "${VARIANT}" ] && VARIANT=defconfig
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# Common configuration for building kernel for SXR products
|
# Common configuration for building kernel for SXR products
|
||||||
DEFCONFIG="generic_sxr_defconfig"
|
DEFCONFIG="generic_sxr_defconfig"
|
||||||
OPENSSL_DIR=${KERNEL_DIR}/../build/build-tools/path/linux-x86/openssl
|
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'
|
append_cmd POST_DEFCONFIG_CMDS 'update_signing_keys_config'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user