ANDROID: move allmodconfig defconfig fragments to gki tree

Bug: 368119551
Change-Id: I523806b361bab6996072598f1aa03f5d6416dd55
Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
Giuliano Procida
2024-11-18 10:24:27 +00:00
committed by Matthias Männich
parent 9a9429ef86
commit 3de5f1dbaa
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1297,7 +1297,7 @@ kernel_build(
"modules",
],
makefile = ":Makefile",
post_defconfig_fragments = [":kmi/aarch64/defconfig/allmodconfig"],
post_defconfig_fragments = [":gki/aarch64/defconfig/allmodconfig"],
visibility = ["//visibility:private"],
)
@@ -1316,7 +1316,7 @@ kernel_build(
"modules",
],
makefile = ":Makefile",
post_defconfig_fragments = [":kmi/x86_64/defconfig/allmodconfig"],
post_defconfig_fragments = [":gki/x86_64/defconfig/allmodconfig"],
visibility = ["//visibility:private"],
)
@@ -1336,7 +1336,7 @@ kernel_build(
"modules",
],
makefile = ":Makefile",
post_defconfig_fragments = [":kmi/arm/defconfig/allmodconfig"],
post_defconfig_fragments = [":gki/arm/defconfig/allmodconfig"],
visibility = ["//visibility:private"],
)