diff options
| author | 2024-12-19 06:38:19 -0800 | |
|---|---|---|
| committer | 2024-12-19 06:38:19 -0800 | |
| commit | 18e5b1be0740d9e450e553ee2be7b0e65ea20e16 (patch) | |
| tree | 4c61085fa26891e4eca93e1a3f0c94b86015281d | |
| parent | 52df8a062b03c6cdbb2a94350c0abc58eba41ba2 (diff) | |
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
| -rw-r--r-- | services/core/java/com/android/server/display/feature/display_flags.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |