From 3ea0fa42a6384df670e53664ee31de2cbc36775f Mon Sep 17 00:00:00 2001 From: Jacky Liu Date: Mon, 3 Feb 2025 15:15:33 +0800 Subject: [PATCH] ANDROID: Add thermal_thresholds.h to aarch64 allowlist It was added by commit [1] and included by thermal_core.h. [1] commit 445936f9e258eca624c8239056bd8cd6e853b3fd ("thermal: core: Add user thresholds support") Bug: 393982134 Change-Id: I1f6709273520916298923110a6b0405df4ab3eab Signed-off-by: Jacky Liu --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index e27e28c4cf15..bd9b1b279854 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1552,6 +1552,7 @@ ddk_headers( "drivers/thermal/thermal_core.h", "drivers/thermal/thermal_debugfs.h", "drivers/thermal/thermal_netlink.h", + "drivers/thermal/thermal_thresholds.h", "drivers/usb/dwc3/core.h", "sound/usb/card.h", "sound/usb/usbaudio.h",