Files
android_vendor_qcom_opensou…/Android.bp
Alessandro Astone 51fc163c81 Partially revert gralloc struct changes
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:
34fef9c4f6
13de7b77a3
bcf82a2c1b
4cb9a3fa65

Co-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
2023-10-20 01:42:52 +03:00

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",
],
}