ANDROID: build: Changing abi_definition API
Currently, we use the "abi_definition" attribute in Kleaf to define our ABI definition file. Upstream recently modified this API to use "abi_definition_xml" instead. Update the attribute accordingly. Change-Id: If8cd72fb584015f56e5fe63ddce48d96f0aafe91 Signed-off-by: John Moon <quic_johmoo@quicinc.com>
This commit is contained in:
parent
e445841a61
commit
f8139aa839
@ -160,7 +160,7 @@ def _define_kernel_build(
|
||||
name = "{}_abi".format(target),
|
||||
kernel_build = ":{}".format(target),
|
||||
define_abi_targets = True,
|
||||
abi_definition = "//msm-kernel:android/abi_gki_aarch64.xml",
|
||||
abi_definition_xml = "//msm-kernel:android/abi_gki_aarch64.xml",
|
||||
kmi_enforced = kmi_enforced,
|
||||
module_grouping = False,
|
||||
kmi_symbol_list_add_only = True,
|
||||
|
Loading…
Reference in New Issue
Block a user