blob: 906479e6ac3b57c173a4ba033df29dcc7f98086f [file] [log] [blame]
Chia-I Wude0bd952018-02-01 16:12:35 -08001cc_binary {
2 name: "android.hardware.graphics.composer@2.2-service",
3 defaults: ["hidl_defaults"],
4 vendor: true,
5 relative_install_path: "hw",
6 srcs: ["service.cpp"],
7 init_rc: ["android.hardware.graphics.composer@2.2-service.rc"],
8 header_libs: [
9 "android.hardware.graphics.composer@2.2-passthrough",
10 ],
11 shared_libs: [
12 "android.hardware.graphics.composer@2.1",
13 "android.hardware.graphics.composer@2.2",
14 "android.hardware.graphics.mapper@2.0",
15 "libbase",
16 "libbinder",
17 "libcutils",
18 "libfmq",
19 "libhardware",
20 "libhidlbase",
21 "libhidltransport",
22 "libhwc2on1adapter",
23 "libhwc2onfbadapter",
24 "liblog",
25 "libsync",
26 "libutils",
27 ],
28 cflags: [
29 "-DLOG_TAG=\"ComposerHal\""
30 ],
31}