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:
committed by
Matthias Männich
parent
9a9429ef86
commit
3de5f1dbaa
+3
-3
@@ -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"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user