diff --git a/BUILD.bazel b/BUILD.bazel index dbb598ac61ae..9a1a7cc170ee 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1028,6 +1028,9 @@ ddk_headers( "drivers/pci/controller/dwc/pcie-designware.h", "drivers/thermal/thermal_core.h", "drivers/thermal/thermal_netlink.h", + "drivers/ufs/core/ufshcd-crypto.h", + "drivers/ufs/core/ufshcd-priv.h", + "drivers/ufs/host/ufshcd-pltfrm.h", "drivers/usb/dwc3/core.h", "sound/usb/card.h", "sound/usb/usbaudio.h", @@ -1045,6 +1048,7 @@ ddk_headers( "drivers/extcon", "drivers/pci/controller/dwc", "drivers/thermal", + "drivers/ufs", "drivers/usb", "sound/usb", "include",