blob: 2de1e3caa4678bc2a1c75266d824daeabb47418c [file] [log] [blame]
Chia-I Wu7f8d3962016-09-28 21:04:23 +08001cc_library_shared {
2 name: "android.hardware.graphics.composer@2.1-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Chia-I Wube99ad62018-01-30 21:18:59 -08004 vendor: true,
Chia-I Wu7f8d3962016-09-28 21:04:23 +08005 relative_install_path: "hw",
Chia-I Wube99ad62018-01-30 21:18:59 -08006 srcs: ["passthrough.cpp"],
7 header_libs: [
8 "android.hardware.graphics.composer@2.1-passthrough",
9 ],
Chia-I Wu7f8d3962016-09-28 21:04:23 +080010 shared_libs: [
Chia-I Wu7f8d3962016-09-28 21:04:23 +080011 "android.hardware.graphics.composer@2.1",
Chia-I Wu2ae85702017-04-20 11:01:18 -070012 "android.hardware.graphics.mapper@2.0",
Chia-I Wu7f8d3962016-09-28 21:04:23 +080013 "libbase",
14 "libcutils",
Chia-I Wubb61a722016-10-24 15:40:20 +080015 "libfmq",
Chia-I Wu7f8d3962016-09-28 21:04:23 +080016 "libhardware",
Yifan Hong6b920e42016-11-16 14:17:58 -080017 "libhidlbase",
18 "libhidltransport",
Chia-I Wu7f8d3962016-09-28 21:04:23 +080019 "liblog",
Chia-I Wubb61a722016-10-24 15:40:20 +080020 "libsync",
Chia-I Wu7f8d3962016-09-28 21:04:23 +080021 "libutils",
Chia-I Wu16e8ed22017-10-19 09:49:03 -070022 "libhwc2on1adapter",
23 "libhwc2onfbadapter",
Chia-I Wu7f8d3962016-09-28 21:04:23 +080024 ],
Chia-I Wube99ad62018-01-30 21:18:59 -080025 cflags: [
26 "-DLOG_TAG=\"ComposerHal\""
Courtney Goeltzenleuchter5ecd86a2018-01-12 14:00:56 -080027 ],
Chia-I Wu7f8d3962016-09-28 21:04:23 +080028}
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080029
30cc_binary {
31 name: "android.hardware.graphics.composer@2.1-service",
Steven Moreland48c52242017-03-08 16:11:32 -080032 defaults: ["hidl_defaults"],
Chia-I Wube99ad62018-01-30 21:18:59 -080033 vendor: true,
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080034 relative_install_path: "hw",
Chia-I Wu16624b62017-02-02 09:03:20 -080035 srcs: ["service.cpp"],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080036 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080037 shared_libs: [
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080038 "android.hardware.graphics.composer@2.1",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080039 "libbinder",
Yifan Hong6b920e42016-11-16 14:17:58 -080040 "libhidlbase",
41 "libhidltransport",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080042 "liblog",
Chia-I Wubb61a722016-10-24 15:40:20 +080043 "libsync",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080044 "libutils",
45 ],
46}