blob: 4882e79042cc72875baebbe3b014478dcc4139df [file] [log] [blame]
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -05001cc_library_shared {
2 name: "libgralloc.qti",
3 vendor_available: true,
Mohamed Moussa192d1862020-03-18 12:28:07 -07004 system_ext_specific: true,
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -05005 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