ANDROID: Add pcie-designware.h and pci.h to aarch64 allowlist

Export the header in all_headers_allowlist_aarch64, for pcie drivers to
use.

Bug: 343869732
Bug: 407023244
Test: Verified the pcie ddk modules are able to include the header.
Change-Id: I1ab5144bf58e6591eefc966e7300770543976012
Signed-off-by: Yuan-Jen (淵仁) Cheng <cyuanjen@google.com>
This commit is contained in:
Yuan-Jen (淵仁) Cheng
2025-03-31 05:35:10 +00:00
committed by Treehugger Robot
parent f7382c291a
commit ef73ce8d29
+4
View File
@@ -1625,6 +1625,8 @@ ddk_headers(
name = "all_headers_allowlist_aarch64",
hdrs = [
"drivers/extcon/extcon.h",
"drivers/pci/controller/dwc/pcie-designware.h",
"drivers/pci/pci.h",
"drivers/thermal/thermal_core.h",
"drivers/thermal/thermal_debugfs.h",
"drivers/thermal/thermal_netlink.h",
@@ -1643,6 +1645,8 @@ ddk_headers(
"arch/arm64/include",
"arch/arm64/include/uapi",
"drivers/extcon",
"drivers/pci",
"drivers/pci/controller/dwc",
"drivers/thermal",
"drivers/usb",
"sound/usb",