Uday Kiran Pichika | 2d3a307 | 2018-06-04 16:42:13 +0530 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "libqdMetaData", |
Ravikanth Tuniki | 250a7dd | 2019-01-22 18:46:48 +0530 | [diff] [blame] | 3 | vendor_available: true, |
Ramakant Singh | 836f8a0 | 2020-01-20 10:39:15 +0530 | [diff] [blame] | 4 | product_specific: true, |
Uday Kiran Pichika | 2d3a307 | 2018-06-04 16:42:13 +0530 | [diff] [blame] | 5 | cflags: [ |
| 6 | "-Wno-sign-conversion", |
| 7 | "-DLOG_TAG=\"qdmetadata\"", |
| 8 | ], |
| 9 | shared_libs: [ |
| 10 | "liblog", |
| 11 | "libcutils", |
| 12 | "libutils", |
| 13 | ], |
| 14 | header_libs: ["libhardware_headers", "display_intf_headers"], |
| 15 | srcs: ["qdMetaData.cpp", "qd_utils.cpp"], |
| 16 | export_header_lib_headers: ["display_intf_headers"], |
| 17 | } |
| 18 | |