Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame^] | 1 | cc_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 |