2016-09-28 21:04:23 +08:00
|
|
|
cc_library_shared {
|
|
|
|
|
name: "android.hardware.graphics.composer@2.1-impl",
|
2017-03-08 16:11:32 -08:00
|
|
|
defaults: ["hidl_defaults"],
|
2018-01-30 21:18:59 -08:00
|
|
|
vendor: true,
|
2016-09-28 21:04:23 +08:00
|
|
|
relative_install_path: "hw",
|
2018-01-30 21:18:59 -08:00
|
|
|
srcs: ["passthrough.cpp"],
|
|
|
|
|
header_libs: [
|
|
|
|
|
"android.hardware.graphics.composer@2.1-passthrough",
|
|
|
|
|
],
|
2016-09-28 21:04:23 +08:00
|
|
|
shared_libs: [
|
|
|
|
|
"android.hardware.graphics.composer@2.1",
|
2019-08-15 14:42:50 -07:00
|
|
|
"android.hardware.graphics.composer@2.1-resources",
|
2016-09-28 21:04:23 +08:00
|
|
|
"libbase",
|
|
|
|
|
"libcutils",
|
2016-10-24 15:40:20 +08:00
|
|
|
"libfmq",
|
2016-09-28 21:04:23 +08:00
|
|
|
"libhardware",
|
2016-11-16 14:17:58 -08:00
|
|
|
"libhidlbase",
|
2016-09-28 21:04:23 +08:00
|
|
|
"liblog",
|
2016-10-24 15:40:20 +08:00
|
|
|
"libsync",
|
2016-09-28 21:04:23 +08:00
|
|
|
"libutils",
|
2017-10-19 09:49:03 -07:00
|
|
|
"libhwc2on1adapter",
|
|
|
|
|
"libhwc2onfbadapter",
|
2016-09-28 21:04:23 +08:00
|
|
|
],
|
2018-01-30 21:18:59 -08:00
|
|
|
cflags: [
|
|
|
|
|
"-DLOG_TAG=\"ComposerHal\""
|
2018-01-12 14:00:56 -08:00
|
|
|
],
|
2016-09-28 21:04:23 +08:00
|
|
|
}
|
2016-10-17 14:56:15 +08:00
|
|
|
|
|
|
|
|
cc_binary {
|
|
|
|
|
name: "android.hardware.graphics.composer@2.1-service",
|
2017-03-08 16:11:32 -08:00
|
|
|
defaults: ["hidl_defaults"],
|
2018-01-30 21:18:59 -08:00
|
|
|
vendor: true,
|
2016-10-17 14:56:15 +08:00
|
|
|
relative_install_path: "hw",
|
2017-02-02 09:03:20 -08:00
|
|
|
srcs: ["service.cpp"],
|
2016-10-17 14:56:15 +08:00
|
|
|
init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
|
|
|
|
|
shared_libs: [
|
|
|
|
|
"android.hardware.graphics.composer@2.1",
|
|
|
|
|
"libbinder",
|
2016-11-16 14:17:58 -08:00
|
|
|
"libhidlbase",
|
2016-10-17 14:56:15 +08:00
|
|
|
"liblog",
|
2016-10-24 15:40:20 +08:00
|
|
|
"libsync",
|
2016-10-17 14:56:15 +08:00
|
|
|
"libutils",
|
|
|
|
|
],
|
|
|
|
|
}
|