blob: 0ec61ac3c4652421eb4ebd893c3f88fe31af5689 [file] [log] [blame]
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -05001cc_library_shared {
2 name: "libgralloc.qti",
3 vendor_available: true,
4 product_specific: true,
5 cflags: [
6 "-Wno-sign-conversion",
7 "-DLOG_TAG=\"qtigralloc\"",
8 ],
9 shared_libs: [
10 "liblog",
11 "libcutils",
12 "libutils",
13 "libgralloctypes",
14 "libhidlbase",
15 "libhardware",
16 "android.hardware.graphics.mapper@4.0"
17 ],
18
19 srcs: ["QtiGralloc.cpp"],
20
21 header_libs: ["display_intf_headers"],
22}
23