Merge changes Ib8cc1147,I33f17670,Ib00873ba into main

* changes:
  gralloc: Avoid using std::optional in shared memory metadata
  gralloc: Move buffer metadata accessing into cros_gralloc_buffer
  gralloc: Move buffer metadata initialization into common layer
This commit is contained in:
Jason Macnak 2024-05-15 15:50:39 +00:00 committed by Gerrit Code Review
commit 24a395410e
17 changed files with 583 additions and 506 deletions

View file

@ -116,6 +116,7 @@ cc_defaults {
"libcutils",
"libdmabufheap",
"libdrm",
"libgralloctypes",
"libnativewindow",
"libsync",
"liblog",