blob: ed2ecbb5086a6b3f85c5c5086b72015676771788 [file] [log] [blame]
Chia-I Wu109571a2016-09-05 11:46:36 +08001cc_library_shared {
2 name: "android.hardware.graphics.allocator@2.0-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Chia-I Wub5116452017-12-15 14:41:42 -08004 vendor: true,
Chia-I Wu109571a2016-09-05 11:46:36 +08005 relative_install_path: "hw",
Chia-I Wu699df212017-12-15 14:58:58 -08006 srcs: ["passthrough.cpp"],
Chia-I Wub5116452017-12-15 14:41:42 -08007 static_libs: [
8 "android.hardware.graphics.allocator@2.0-passthrough",
9 ],
Chia-I Wu699df212017-12-15 14:58:58 -080010 header_libs: [
11 "android.hardware.graphics.allocator@2.0-hal",
12 ],
Chia-I Wu109571a2016-09-05 11:46:36 +080013 shared_libs: [
14 "android.hardware.graphics.allocator@2.0",
15 "libbase",
16 "libcutils",
17 "libhardware",
Yifan Hong6b920e42016-11-16 14:17:58 -080018 "libhidlbase",
19 "libhidltransport",
Chia-I Wu109571a2016-09-05 11:46:36 +080020 "liblog",
21 "libutils",
22 ],
23}
24
Chia-I Wu4c0d3972016-10-12 06:11:51 -070025cc_binary {
26 name: "android.hardware.graphics.allocator@2.0-service",
Steven Moreland48c52242017-03-08 16:11:32 -080027 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -080028 proprietary: true,
Chia-I Wu4c0d3972016-10-12 06:11:51 -070029 relative_install_path: "hw",
30 srcs: ["service.cpp"],
31 init_rc: ["android.hardware.graphics.allocator@2.0-service.rc"],
32
33 shared_libs: [
34 "android.hardware.graphics.allocator@2.0",
Yifan Hong6b920e42016-11-16 14:17:58 -080035 "libhidlbase",
36 "libhidltransport",
Chia-I Wu4c0d3972016-10-12 06:11:51 -070037 "liblog",
38 "libutils",
39 ],
40}