ANDROID: GKI: fix up mhi.ko build location.

In commit 9fbf10148f ("bus: mhi: Move host MHI code to "host"
directory"), the mhi.ko module moved directories, which breaks the build
of the db845c target in the Android TH testing environment.  Update the
BUILD.bazel file with the new location of the kernel module.

Fixes: 9fbf10148f ("bus: mhi: Move host MHI code to "host" directory")
Change-Id: Ib39224dc50055b22d58a27eeb60948ae67b637b0
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-06-13 07:01:14 +00:00
parent e42a74b5f8
commit 5807982cf4

View File

@@ -109,7 +109,7 @@ define_db845c(
"crypto/michael_mic.ko",
"drivers/base/regmap/regmap-sdw.ko",
"drivers/base/regmap/regmap-slimbus.ko",
"drivers/bus/mhi/core/mhi.ko",
"drivers/bus/mhi/host/mhi.ko",
"drivers/clk/qcom/clk-qcom.ko",
"drivers/clk/qcom/clk-rpmh.ko",
"drivers/clk/qcom/clk-spmi-pmic-div.ko",