SF: Add a flag for the connected-display feature
Bug: 299486625
Test: adb shell dumpsys SurfaceFlinger -- check for
"ConnectedDisplayFlagValue"
Change-Id: I4526091ca938ef378877edf63b499a3c8c8a39d9
diff --git a/services/surfaceflinger/surfaceflinger_flags.aconfig b/services/surfaceflinger/surfaceflinger_flags.aconfig
index 0a36888..f47ed45 100644
--- a/services/surfaceflinger/surfaceflinger_flags.aconfig
+++ b/services/surfaceflinger/surfaceflinger_flags.aconfig
@@ -6,4 +6,12 @@
description: "This flag controls minor miscellaneous SurfaceFlinger changes"
bug: "297389311"
is_fixed_read_only: true
-}
\ No newline at end of file
+}
+
+flag {
+ name: "connected_display"
+ namespace: "core_graphics"
+ description: "Controls SurfaceFlinger support for Connected Displays"
+ bug: "278199093"
+ is_fixed_read_only: true
+}