blob: 22f4906d793f15e27c979a22c05449ccdebb18c9 [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",
Yifan Hong6b920e42016-11-16 14:17:58 -080011 "libhidlbase",
12 "libhidltransport",
Chia-I Wu7f8d3962016-09-28 21:04:23 +080013 "libhwbinder",
14 "liblog",
15 "libutils",
16 ],
17}
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080018
19cc_binary {
20 name: "android.hardware.graphics.composer@2.1-service",
21 relative_install_path: "hw",
22 srcs: ["service.cpp", "Hwc.cpp"],
23 cppflags: ["-DBINDERIZED"],
24 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
25
26 shared_libs: [
27 "android.hardware.graphics.allocator@2.0",
28 "android.hardware.graphics.composer@2.1",
29 "libbase",
30 "libbinder",
31 "libcutils",
32 "libhardware",
Yifan Hong6b920e42016-11-16 14:17:58 -080033 "libhidlbase",
34 "libhidltransport",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080035 "libhwbinder",
36 "liblog",
37 "libutils",
38 ],
39}