ANDROID: Add thermal headers to aarch64 allowlist

Thermal framework exposes thermal_core.h for sensor drivers to
use to register the sensors with the thermal zones. Export these headers
in all_headers_allowlist_aarch64, for thermal drivers to use.

Bug: 329297408
Test: Verified the thermal ddk module is able to include the header.
Change-Id: Ife5d82a80ff579cb4f6cd83faddb64ab91d4600a
Signed-off-by: Ram Chandrasekar <rchandrasekar@google.com>
This commit is contained in:
Ram Chandrasekar 2024-06-25 12:12:21 -06:00 committed by Treehugger Robot
parent 1bf09fb4fb
commit 2a09862b0d

View File

@ -870,6 +870,8 @@ ddk_headers(
ddk_headers(
name = "all_headers_allowlist_aarch64",
hdrs = [
"drivers/thermal/thermal_core.h",
"drivers/thermal/thermal_netlink.h",
":all_headers_allowlist_aarch64_globs",
":all_headers_allowlist_common_globs",
],
@ -879,6 +881,7 @@ ddk_headers(
linux_includes = [
"arch/arm64/include",
"arch/arm64/include/uapi",
"drivers/thermal",
"include",
"include/uapi",
],