blob: 3bda25091a5c338ad2f7007f4fd82871fe58baee [file] [log] [blame]
cc_binary {
name: "android.hardware.evs@1.0-service",
relative_install_path: "hw",
srcs: [
"service.cpp",
"EvsCamera.cpp",
"EvsEnumerator.cpp",
"EvsDisplay.cpp"
],
init_rc: ["android.hardware.evs@1.0-service.rc"],
shared_libs: [
"android.hardware.evs@1.0",
"android.hardware.graphics.allocator@2.0",
"libui",
"libbase",
"libbinder",
"libcutils",
"libhardware",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
],
}