We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a7626a + e11c48f commit 597482dCopy full SHA for 597482d
2 files changed
libs/gui/Android.bp
@@ -350,6 +350,10 @@ cc_library_shared {
350
"libsurfaceflingerflags",
351
],
352
353
+ shared_libs: [
354
+ "libaconfig_storage_read_api_cc",
355
+ ],
356
+
357
afdo: true,
358
359
lto: {
libs/gui/libgui_flags.aconfig
@@ -25,6 +25,13 @@ flag {
25
is_fixed_read_only: true
26
} # bq_consumer_attach_callback
27
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
35
flag {
36
name: "frametimestamps_previousrelease"
37
namespace: "core_graphics"
0 commit comments