1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
cc_library_shared { name: "libgralloc.system.qti", system_ext_specific: true, cflags: [ "-Wno-sign-conversion", "-DLOG_TAG=\"qtigralloc\"", ], shared_libs: [ "liblog", "libcutils", "libutils", "libgralloctypes", "libhidlbase", "libhardware", "android.hardware.graphics.mapper@4.0", ], srcs: ["QtiGralloc.cpp"], header_libs: ["display_intf_headers"], }