mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: GKI: fix up mhi.ko build location.
In commit9fbf10148f("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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user