summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Buckley <mattbuckley@google.com> 2024-08-27 02:46:42 +0000
committer Matt Buckley <mattbuckley@google.com> 2024-09-03 15:33:01 +0000
commite9726e6eca03d81d7948b58465aff632da98253c (patch)
tree61e04a92d8e122c5217ea61fa368dfd013a74632
parent53a8ef0537e22c082e58b9e4f1491e6362040873 (diff)
Add SYSUI session tag and update PowerHAL version
Change-Id: Ie2e3375ed9050f5161cac2065df55485769c97aa Test: n/a Bug: 359965565 Bug: 355264141 FLAG: EXEMPT no actual code change
-rw-r--r--include/private/performance_hint_private.h1
1 files changed, 1 insertions, 0 deletions
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,
};
/**