summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamji Jiyani <ramjiyani@google.com>2023-10-06 22:54:36 +0000
committerRamji Jiyani <ramjiyani@google.com>2023-10-10 21:53:06 +0000
commit1b78f860074f93fd4b19e90763931d7490cc6fa0 (patch)
tree57987d05c1cccbdcd589aa50592eeaf00b0faea0
parent2351c03fe060eda6d9b2dc2c3ffb1eb2d1099eb4 (diff)
downloadbuild-1b78f860074f93fd4b19e90763931d7490cc6fa0.tar.gz
kleaf: system_dlkm: Enable flatten images for ACKs
Enable generating flatten system_dlkm images for the common_kernels targets to make them available for CI builds for testing. Bug: 301178664 Test: Manual image verification with different options Test: TH Change-Id: I08745d7660ab232ad92156ec764cc20ef749adad Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
-rw-r--r--kleaf/common_kernels.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/kleaf/common_kernels.bzl b/kleaf/common_kernels.bzl
index c9c7a820..faa47a26 100644
--- a/kleaf/common_kernels.bzl
+++ b/kleaf/common_kernels.bzl
@@ -771,6 +771,7 @@ def _define_common_kernel(
kernel_modules_install = name + "_modules_install",
# Sync with GKI_DOWNLOAD_CONFIGS, "images"
build_system_dlkm = True,
+ build_system_dlkm_flatten = True,
# Keep in sync with build.config.gki* MODULES_LIST
modules_list = gki_system_dlkm_modules,
)