platform_hardware_interfaces/automotive/evs/1.0/default/Android.bp
Steven Moreland 731531d87f Revert "EVS: Android.bp -> Android.mk"
This reverts commit ee4f923b31.

Change-Id: I8b8490b3e828a9a31af8f6f823d9c70e1c11c9c5
2017-06-26 19:22:03 +00:00

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",
],
}