mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-07 18:05:21 +02:00
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:
parent
1bf09fb4fb
commit
2a09862b0d
|
@ -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",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user