From 5fa476bd0b3460ce893984ac28b8e73284cfb08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuan-Jen=20=28=E6=B7=B5=E4=BB=81=29=20Cheng?= Date: Tue, 27 May 2025 09:35:19 +0000 Subject: [PATCH] ANDROID: Add ufs headers to aarch64 allowlist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Export the headers in all_headers_allowlist_aarch64, for ufs driver to use. Bug: 343869732 Test: Verified the ufs ddk modules are able to include the header. Change-Id: Ibf55b13ef07d8f6be94690297fc93b37edfb5e6e Signed-off-by: Yuan-Jen (淵仁) Cheng --- BUILD.bazel | 4 ++++ 1 file changed, 4 insertions(+) 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",