From 89bb25b578586839ce2683854ec43157c4a4e255 Mon Sep 17 00:00:00 2001 From: Darshankumar Jagdishchandra Thakkar Date: Tue, 21 Nov 2023 23:03:11 +0530 Subject: [PATCH] bazel: Add secure hibernation for module S2D Add support of secure hibernation module for bazel build. Change-Id: Ia87c23ae342b6d25caae8405ef9cff90e5dd938d Signed-off-by: Darshankumar Jagdishchandra Thakkar --- sdmsteppeauto.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/sdmsteppeauto.bzl b/sdmsteppeauto.bzl index 10d1a3a21967..c2e7a8b613bf 100644 --- a/sdmsteppeauto.bzl +++ b/sdmsteppeauto.bzl @@ -134,6 +134,7 @@ def define_sdmsteppeauto(): "drivers/soc/qcom/qcom_cpu_vendor_hooks.ko", "drivers/soc/qcom/qcom_ramdump.ko", "drivers/soc/qcom/qcom_rpmh.ko", + "drivers/soc/qcom/qcom_secure_hibernation.ko", "drivers/soc/qcom/qcom_soc_wdt.ko", "drivers/soc/qcom/qcom_stats.ko", "drivers/soc/qcom/qcom_wdt_core.ko",