From 86a1084d0904bdb7512631ac535d5cbcb5ec4eb8 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Tue, 8 Nov 2022 15:21:47 +0800 Subject: [PATCH] ANDROID: db845c: BUILD.bazel: add GKI CAN modules As the GKI CAN modules are requrired by the db845c mcp251xfd module, here add the list of the GKI CAN modules, so that they will be copied to the db845c build dist directory. Fixes: cfbff2d19927 ("ANDROID: GKI: Add CAN adapters as GKI modules") Test: boot with the db845c android14-5.15 build Change-Id: I2ff55e2e1795f889f88cbebb7f1bec3c5daff67e Signed-off-by: Yongqin Liu --- BUILD.bazel | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 9a9b51116619..a5f4a0023e88 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -78,6 +78,15 @@ define_db845c( "arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb", "arch/arm64/boot/dts/qcom/sdm845-db845c.dtb", ], + gki_modules_list = [ + # keep sorted + "//common:kernel_aarch64/can-bcm.ko", + "//common:kernel_aarch64/can-dev.ko", + "//common:kernel_aarch64/can-gw.ko", + "//common:kernel_aarch64/can-raw.ko", + "//common:kernel_aarch64/slcan.ko", + "//common:kernel_aarch64/vcan.ko", + ], module_outs = [ # keep sorted "crypto/michael_mic.ko",