blob: 6936347edf78a09198dc8ca75e272140aff2571e [file] [log] [blame]
Chia-I Wu7f8d3962016-09-28 21:04:23 +08001cc_library_shared {
2 name: "android.hardware.graphics.composer@2.1-impl",
3 relative_install_path: "hw",
4 srcs: ["Hwc.cpp"],
5 shared_libs: [
6 "android.hardware.graphics.allocator@2.0",
7 "android.hardware.graphics.composer@2.1",
8 "libbase",
9 "libcutils",
10 "libhardware",
11 "libhidl",
12 "libhwbinder",
13 "liblog",
14 "libutils",
15 ],
16}
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080017
18cc_binary {
19 name: "android.hardware.graphics.composer@2.1-service",
20 relative_install_path: "hw",
21 srcs: ["service.cpp", "Hwc.cpp"],
22 cppflags: ["-DBINDERIZED"],
23 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
24
25 shared_libs: [
26 "android.hardware.graphics.allocator@2.0",
27 "android.hardware.graphics.composer@2.1",
28 "libbase",
29 "libbinder",
30 "libcutils",
31 "libhardware",
32 "libhidl",
33 "libhwbinder",
34 "liblog",
35 "libutils",
36 ],
37}