ANDROID: Relocate non-GKI defconfig fragments
... out of gki/ directory. Bug: 368119551 Bug: 404598434 Change-Id: Ib0708cfcd1cb530f0ffd7c9bde6e00c99a1198de Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
+3
-3
@@ -1421,7 +1421,7 @@ kernel_build(
|
||||
"modules",
|
||||
],
|
||||
makefile = ":Makefile",
|
||||
post_defconfig_fragments = [":gki/aarch64/defconfig/allmodconfig"],
|
||||
post_defconfig_fragments = ["arch/arm64/configs/allmodconfig.fragment"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
@@ -1439,7 +1439,7 @@ kernel_build(
|
||||
"modules",
|
||||
],
|
||||
makefile = ":Makefile",
|
||||
post_defconfig_fragments = [":gki/x86_64/defconfig/allmodconfig"],
|
||||
post_defconfig_fragments = ["arch/x86/configs/allmodconfig.fragment"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
@@ -1467,7 +1467,7 @@ kernel_build(
|
||||
"modules",
|
||||
],
|
||||
makefile = ":Makefile",
|
||||
post_defconfig_fragments = [":gki/arm/defconfig/allmodconfig"],
|
||||
post_defconfig_fragments = ["arch/arm/configs/allmodconfig.fragment"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user