ANDROID: GKI: arm64: Enable KMI strict mode
Enables the KMI strict mode for the aarch64; also remove the TODO comment for aarch64-debug as KMI strict mode shouldn't be enabled for that target. Bug: 269346251 Test: bazel build //common:kernel_aarch64 Test: TH Change-Id: If8cb717d2e3dfef29004fafe1315a69caa940716 Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
This commit is contained in:
parent
c2afaf7149
commit
cc85c8ade8
@ -23,8 +23,7 @@ _aarch64_additional_kmi_symbol_lists = [
|
||||
|
||||
define_common_kernels(target_configs = {
|
||||
"kernel_aarch64": {
|
||||
# TODO(b/269346251): re-enable strict mode
|
||||
"kmi_symbol_list_strict_mode": False,
|
||||
"kmi_symbol_list_strict_mode": True,
|
||||
"module_implicit_outs": COMMON_GKI_MODULES_LIST,
|
||||
"kmi_symbol_list": "android/abi_gki_aarch64",
|
||||
"additional_kmi_symbol_lists": _aarch64_additional_kmi_symbol_lists,
|
||||
@ -36,7 +35,6 @@ define_common_kernels(target_configs = {
|
||||
"module_implicit_outs": COMMON_GKI_MODULES_LIST,
|
||||
},
|
||||
"kernel_aarch64_debug": {
|
||||
# TODO(b/269346251): re-enable strict mode
|
||||
"kmi_symbol_list_strict_mode": False,
|
||||
"module_implicit_outs": COMMON_GKI_MODULES_LIST,
|
||||
"kmi_symbol_list": "android/abi_gki_aarch64",
|
||||
|
Loading…
Reference in New Issue
Block a user