From 18e5b1be0740d9e450e553ee2be7b0e65ea20e16 Mon Sep 17 00:00:00 2001 From: Pierre Barbier de Reuille Date: Thu, 19 Dec 2024 06:38:19 -0800 Subject: Correct the bug associated with the display_topology flag. This should have been associated with a bug linked to that specific feature, not the Android FR. Bug: 364906028 Change-Id: I44359829028bac9d3e18a9961a5170d6b9f2aaad Flag: com.android.server.display.feature.flags.display_topology Test: N/A --- .../core/java/com/android/server/display/feature/display_flags.aconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/display/feature/display_flags.aconfig b/services/core/java/com/android/server/display/feature/display_flags.aconfig index 3358f723709c..5f974104f86b 100644 --- a/services/core/java/com/android/server/display/feature/display_flags.aconfig +++ b/services/core/java/com/android/server/display/feature/display_flags.aconfig @@ -96,7 +96,7 @@ flag { name: "display_topology" namespace: "display_manager" description: "Display topology for moving cursors and windows between extended displays" - bug: "278199220" + bug: "364906028" is_fixed_read_only: true } -- cgit v1.2.3-59-g8ed1b