ANDROID: Add the dma header to aarch64 allowlist
Export the header in all_headers_allowlist_aarch64, for dma driver to use. Bug: 343869732 Test: Verified the dma ddk modules are able to include the header. Change-Id: Ib4bc8dada58495dc25bb1b41e6b502c18fe59591 Signed-off-by: Yuan-Jen (淵仁) Cheng <cyuanjen@google.com>
This commit is contained in:
committed by
Treehugger Robot
parent
84bb4ef623
commit
5b1c4cc086
@@ -1025,6 +1025,7 @@ ddk_headers(
|
||||
name = "all_headers_allowlist_aarch64",
|
||||
hdrs = [
|
||||
"drivers/dma-buf/heaps/deferred-free-helper.h",
|
||||
"drivers/dma/dmaengine.h",
|
||||
"drivers/extcon/extcon.h",
|
||||
"drivers/pci/controller/dwc/pcie-designware.h",
|
||||
"drivers/thermal/thermal_core.h",
|
||||
@@ -1046,6 +1047,7 @@ ddk_headers(
|
||||
"arch/arm64/include",
|
||||
"arch/arm64/include/uapi",
|
||||
"drivers/dma-buf",
|
||||
"drivers/dma",
|
||||
"drivers/extcon",
|
||||
"drivers/pci/controller/dwc",
|
||||
"drivers/thermal",
|
||||
|
Reference in New Issue
Block a user