From 04e2bdbaba28a7500756573d1a8e79132f28c913 Mon Sep 17 00:00:00 2001 From: Jacky Liu Date: Mon, 30 Dec 2024 13:30:28 +0800 Subject: [PATCH] ANDROID: Add thermal_debugfs.h to aarch64 allowlist It was added by commit [1] and is included by thermal_core.h. [1] commit 755113d7678681a137c330f7997ceb680adb644e ("thermal/debugfs: Add thermal cooling device debugfs information") Bug: 375303506 Change-Id: If22b5efca9a70b1beda6fd0b13d1c9be11ca1908 Signed-off-by: Jacky Liu --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 4c9909ad3012..2f11307ffa26 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1538,6 +1538,7 @@ ddk_headers( name = "all_headers_allowlist_aarch64", hdrs = [ "drivers/thermal/thermal_core.h", + "drivers/thermal/thermal_debugfs.h", "drivers/thermal/thermal_netlink.h", "sound/usb/card.h", "sound/usb/usbaudio.h",