blob: c7339c2f007aa4364086c43988c9e8b3a2e58fa1 [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",
Tharaga Balachandrandf242cf2020-06-16 09:34:34 -040016 "android.hardware.graphics.mapper@4.0",
Tharaga Balachandrana069a7e2020-01-08 17:22:12 -050017 ],
18
19 srcs: ["QtiGralloc.cpp"],
20
21 header_libs: ["display_intf_headers"],
22}
23