Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 597482db authored by Andrew Wolfers's avatar Andrew Wolfers Committed by Android (Google) Code Review
Browse files

Merge "Flag: Add flag for cursor plane behavior" into main

parents 6a7626a0 e11c48fb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -350,6 +350,10 @@ cc_library_shared {
        "libsurfaceflingerflags",
    ],

    shared_libs: [
       "libaconfig_storage_read_api_cc",
    ],

    afdo: true,

    lto: {
+7 −0
Original line number Diff line number Diff line
@@ -25,6 +25,13 @@ flag {
  is_fixed_read_only: true
} # bq_consumer_attach_callback

flag {
  name: "cursor_plane_compatibility"
  namespace: "desktop_display"
  description: "configure cursor surface to meet cursor plane buffer requirements"
  bug: "352067404"
} # cursor_plane_compatibility

flag {
  name: "frametimestamps_previousrelease"
  namespace: "core_graphics"