commit | 4f095462c48f5c1dd11d297f036d8b7dc0b5b145 | [log] [tgz] |
---|---|---|
author | Brian Johnson <hibrian@google.com> | Tue Oct 31 10:12:55 2023 -0700 |
committer | Brian Johnson <hibrian@google.com> | Tue Oct 31 10:15:51 2023 -0700 |
tree | 10d8c65112b0bd563a69ca32b38f880af0090df0 | |
parent | fd00e134bc9ed907d88fcc1b3145c15aed05d694 [diff] [blame] |
SF: Add a RO flag for a new hal api for reporting hdcp level Bug:285359126 Test: adb shell dumpsys SurfaceFlinger | grep hdcp -- verify flag shows up default false. Change-Id: Ibb82906313bd2b851d1681556d945ace373278f3
diff --git a/services/surfaceflinger/surfaceflinger_flags.aconfig b/services/surfaceflinger/surfaceflinger_flags.aconfig index fec450e..a81f9b8 100644 --- a/services/surfaceflinger/surfaceflinger_flags.aconfig +++ b/services/surfaceflinger/surfaceflinger_flags.aconfig
@@ -61,3 +61,12 @@ bug: "303460805" is_fixed_read_only: true } + +flag { + name: "hdcp_level_hal" + namespace: "core_graphics" + description: "Feature flag for adding a HAL API to commuicate hdcp levels" + bug: "285359126" + is_fixed_read_only: true +} +