From 92704e00b599b6bd40fb70adef7f8c1b402a2faf Mon Sep 17 00:00:00 2001 From: Carlos Llamas Date: Tue, 14 May 2024 17:08:50 +0000 Subject: [PATCH] ANDROID: GKI: add tegra20-cpufreq.ko to rockpi4 build Enabling configs for Tegra SoCs required this module to be included in the rockpi4 builds. This change fixes the following build issue: ERROR: The following kernel modules are built but not copied. Add these lines to the module_outs attribute of @@//common:rockpi4_no_kgdb: "drivers/cpufreq/tegra20-cpufreq.ko", Bug: 335325897 Change-Id: I898000725287f34956cb977b3b02685f189cd5a0 Signed-off-by: Carlos Llamas --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index ac91e68acde6..36dd531b3295 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -586,6 +586,7 @@ _ROCKPI4_MODULE_OUTS = [ "drivers/char/hw_random/virtio-rng.ko", "drivers/clk/clk-rk808.ko", "drivers/cpufreq/cpufreq-dt.ko", + "drivers/cpufreq/tegra20-cpufreq.ko", "drivers/dma/pl330.ko", "drivers/gpu/drm/bridge/analogix/analogix_dp.ko", "drivers/gpu/drm/bridge/synopsys/dw-hdmi.ko",