blob: 8b214e3872a8b3ac20b0a65c68bd8c66c15afa35 [file] [log] [blame]
cc_binary {
name: "android.hardware.automotive.evs@1.0-service",
defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
srcs: [
"service.cpp",
"EvsCamera.cpp",
"EvsEnumerator.cpp",
"EvsDisplay.cpp"
],
init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],
shared_libs: [
"android.hardware.automotive.evs@1.0",
"libui",
"libbase",
"libbinder",
"libcutils",
"libhardware",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
}