mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: Set arch attribute for allmodconfig builds
* This sets arch attribute for two builds: * kernel_x86_64_allmodconfig * kernel_arm_allmodconfig Bug: 272164611 Change-Id: Ica02082ef53e1b08523b47b879716e94330fe5c4 Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
committed by
Matthias Männich
parent
6e44a01a15
commit
bf93b1c960
@@ -422,6 +422,7 @@ kernel_build(
|
||||
# Hack to actually check the build.
|
||||
# Otherwise, Bazel thinks that there are no output files, and skip building.
|
||||
outs = [".config"],
|
||||
arch = "x86_64",
|
||||
build_config = "build.config.allmodconfig.x86_64",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
@@ -432,6 +433,7 @@ kernel_build(
|
||||
# Hack to actually check the build.
|
||||
# Otherwise, Bazel thinks that there are no output files, and skip building.
|
||||
outs = [".config"],
|
||||
arch = "arm",
|
||||
build_config = "build.config.allmodconfig.arm",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user