731531d87f
This reverts commit ee4f923b31
.
Change-Id: I8b8490b3e828a9a31af8f6f823d9c70e1c11c9c5
31 lines
661 B
Text
31 lines
661 B
Text
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",
|
|
],
|
|
|
|
cflags: [
|
|
"-O0",
|
|
"-g",
|
|
],
|
|
}
|