Snap for 10965962 from f29c4c5e64 to android14-6.1-keystone-qcom-release
Change-Id: I74d977fc3ba22be0a71a7ed9ab5fea7586ba24c2
This commit is contained in:
commit
efda7fc36e
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ load(
|
|||
"kernel_modules_install",
|
||||
)
|
||||
load("//build/kernel/kleaf:constants.bzl", "aarch64_outs")
|
||||
load(":modules.bzl", "COMMON_GKI_MODULES_LIST")
|
||||
load(":modules.bzl", "get_gki_modules_list")
|
||||
|
||||
rule_base = "kernel_aarch64_consolidate"
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ def define_consolidate():
|
|||
"Image.lz4",
|
||||
"Image.gz",
|
||||
],
|
||||
module_implicit_outs = COMMON_GKI_MODULES_LIST,
|
||||
module_implicit_outs = get_gki_modules_list("arm64"),
|
||||
build_config = rule_base + "_build_config",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue