Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "libgralloc.qti", |
| 3 | vendor_available: true, |
Mohamed Moussa | 192d186 | 2020-03-18 12:28:07 -0700 | [diff] [blame] | 4 | system_ext_specific: true, |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 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", |
Tharaga Balachandran | df242cf | 2020-06-16 09:34:34 -0400 | [diff] [blame] | 16 | "android.hardware.graphics.mapper@4.0", |
Tharaga Balachandran | a069a7e | 2020-01-08 17:22:12 -0500 | [diff] [blame] | 17 | ], |
| 18 | |
| 19 | srcs: ["QtiGralloc.cpp"], |
| 20 | |
| 21 | header_libs: ["display_intf_headers"], |
| 22 | } |
| 23 | |