blob: 906479e6ac3b57c173a4ba033df29dcc7f98086f [file] [log] [blame]
cc_binary {
name: "android.hardware.graphics.composer@2.2-service",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: ["service.cpp"],
init_rc: ["android.hardware.graphics.composer@2.2-service.rc"],
header_libs: [
"android.hardware.graphics.composer@2.2-passthrough",
],
shared_libs: [
"android.hardware.graphics.composer@2.1",
"android.hardware.graphics.composer@2.2",
"android.hardware.graphics.mapper@2.0",
"libbase",
"libbinder",
"libcutils",
"libfmq",
"libhardware",
"libhidlbase",
"libhidltransport",
"libhwc2on1adapter",
"libhwc2onfbadapter",
"liblog",
"libsync",
"libutils",
],
cflags: [
"-DLOG_TAG=\"ComposerHal\""
],
}