gralloc: Move buffer metadata initialization into common layer

... to dedup and support upcoming change to metadata initialization.

Bug: b/321158178
Test: vts -m VtsHalGraphicsAllocatorAidl_TargetTest
Test: vts -m VtsHalGraphicsMapperV4_0Target
Test: vts -m VtsHalGraphicsMapperStableC_TargetTest
Change-Id: Ib00873babcb2ec8816b0d319e675d6884594f618
This commit is contained in:
Jason Macnak 2024-01-19 17:57:00 -08:00
parent c0d35dea72
commit bd616875b5
15 changed files with 216 additions and 254 deletions

View file

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