* Move from fixed array reserved region to variable reserved region size * Add bool arrays to indicate whether metadata has been set using Gralloc4 indices * Replace metadata->operation with bool arrays for gralloc4/qdMetaData compatibility CRs-Fixed: 2730848 Change-Id: Id52aac70c23ee4b39db185861f951bb909831afb
24 lines
487 B
Plaintext
24 lines
487 B
Plaintext
cc_library_shared {
|
|
name: "libgralloc.qti",
|
|
vendor_available: true,
|
|
system_ext_specific: true,
|
|
cflags: [
|
|
"-Wno-sign-conversion",
|
|
"-DLOG_TAG=\"qtigralloc\"",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libutils",
|
|
"libgralloctypes",
|
|
"libhidlbase",
|
|
"libhardware",
|
|
"android.hardware.graphics.mapper@4.0",
|
|
],
|
|
|
|
srcs: ["QtiGralloc.cpp"],
|
|
|
|
header_libs: ["display_intf_headers"],
|
|
}
|
|
|