blob: 6936347edf78a09198dc8ca75e272140aff2571e [file] [log] [blame]
cc_library_shared {
name: "android.hardware.graphics.composer@2.1-impl",
relative_install_path: "hw",
srcs: ["Hwc.cpp"],
shared_libs: [
"android.hardware.graphics.allocator@2.0",
"android.hardware.graphics.composer@2.1",
"libbase",
"libcutils",
"libhardware",
"libhidl",
"libhwbinder",
"liblog",
"libutils",
],
}
cc_binary {
name: "android.hardware.graphics.composer@2.1-service",
relative_install_path: "hw",
srcs: ["service.cpp", "Hwc.cpp"],
cppflags: ["-DBINDERIZED"],
init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
shared_libs: [
"android.hardware.graphics.allocator@2.0",
"android.hardware.graphics.composer@2.1",
"libbase",
"libbinder",
"libcutils",
"libhardware",
"libhidl",
"libhwbinder",
"liblog",
"libutils",
],
}