Revert "ANDROID: build: Setting strip_modules in kernel build"
This reverts commit 7d9197e99b
.
Reverting to avoid removing debug information from modules.
Change-Id: I01be6f1b616ebde8578c40fc63f67a5d3170cf27
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
This commit is contained in:
parent
fdd94c30ef
commit
2af4ddcc3c
@ -146,7 +146,6 @@ def _define_kernel_build(
|
||||
build_config = ":{}_build_config".format(target),
|
||||
dtstree = dtstree,
|
||||
base_kernel = base_kernel,
|
||||
strip_modules = True,
|
||||
kmi_symbol_list = "//msm-kernel:android/abi_gki_aarch64_qcom" if define_abi_targets else None,
|
||||
additional_kmi_symbol_lists = ["{}_all_kmi_symbol_lists".format(base_kernel)] if define_abi_targets else None,
|
||||
collect_unstripped_modules = define_abi_targets,
|
||||
|
@ -138,7 +138,6 @@ def _define_kernel_build(
|
||||
kmi_symbol_list = None,
|
||||
additional_kmi_symbol_lists = None,
|
||||
abi_definition = None,
|
||||
strip_modules = True,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
@ -173,7 +173,6 @@ def _define_kernel_build(
|
||||
module_signing_key = ":signing_key",
|
||||
system_trusted_key = ":verity_cert.pem",
|
||||
abi_definition = None,
|
||||
strip_modules = True,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user