Skip to content

Commit 597482d

Browse files
Andrew WolfersAndroid (Google) Code Review
authored andcommitted
Merge "Flag: Add flag for cursor plane behavior" into main
2 parents 6a7626a + e11c48f commit 597482d

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

libs/gui/Android.bp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ cc_library_shared {
350350
"libsurfaceflingerflags",
351351
],
352352

353+
shared_libs: [
354+
"libaconfig_storage_read_api_cc",
355+
],
356+
353357
afdo: true,
354358

355359
lto: {

libs/gui/libgui_flags.aconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ flag {
2525
is_fixed_read_only: true
2626
} # bq_consumer_attach_callback
2727

28+
flag {
29+
name: "cursor_plane_compatibility"
30+
namespace: "desktop_display"
31+
description: "configure cursor surface to meet cursor plane buffer requirements"
32+
bug: "352067404"
33+
} # cursor_plane_compatibility
34+
2835
flag {
2936
name: "frametimestamps_previousrelease"
3037
namespace: "core_graphics"

0 commit comments

Comments
 (0)