Gralloc handle struct changes break blobs that use the previous struct Default GRALLOC_HANDLE_HAS_CUSTOM_CONTENT_MD_RESERVED_SIZE GRALLOC_HANDLE_HAS_RESERVED_SIZE GRALLOC_HANDLE_HAS_UBWCP_FORMAT to be unset. This partially reverts the following commits:34fef9c4f613de7b77a3bcf82a2c1b4cb9a3fa65Co-authored-by: Bruno Martins <bgcngm@gmail.com> Co-authored-by: Chirayu Desai <chirayudesai1@gmail.com> Co-authored-by: Michael Bestas <mkbestas@lineageos.org> Change-Id: I7cfaea81a2c7c3ae121f4f02ac61374c5a00e9a9
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
soong_namespace {
|
|
}
|
|
|
|
cc_library_headers {
|
|
name: "display_intf_headers",
|
|
vendor_available: true,
|
|
defaults: [
|
|
"gralloc_handle_has_custom_content_md_reserved_size_defaults",
|
|
"gralloc_handle_has_reserved_size_defaults",
|
|
"gralloc_handle_has_ubwcp_format_defaults",
|
|
],
|
|
export_include_dirs: [
|
|
"gralloc",
|
|
"include",
|
|
"libqdmetadata",
|
|
"services",
|
|
],
|
|
}
|