From e9726e6eca03d81d7948b58465aff632da98253c Mon Sep 17 00:00:00 2001 From: Matt Buckley Date: Tue, 27 Aug 2024 02:46:42 +0000 Subject: Add SYSUI session tag and update PowerHAL version Change-Id: Ie2e3375ed9050f5161cac2065df55485769c97aa Test: n/a Bug: 359965565 Bug: 355264141 FLAG: EXEMPT no actual code change --- include/private/performance_hint_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/private/performance_hint_private.h b/include/private/performance_hint_private.h index 8c356d0140..b6821d6e70 100644 --- a/include/private/performance_hint_private.h +++ b/include/private/performance_hint_private.h @@ -83,6 +83,7 @@ enum class SessionTag : int32_t { HWUI = 2, GAME = 3, APP = 4, + SYSUI = 5, }; /** -- cgit v1.2.3-59-g8ed1b