• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_binary {
2    name: "android.hardware.automotive.evs@1.0-service",
3    defaults: ["hidl_defaults"],
4    proprietary: true,
5    relative_install_path: "hw",
6    srcs: [
7        "service.cpp",
8        "EvsCamera.cpp",
9        "EvsEnumerator.cpp",
10        "EvsDisplay.cpp"
11    ],
12    init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],
13
14    shared_libs: [
15        "android.hardware.automotive.evs@1.0",
16        "libbase",
17        "libbinder",
18        "libcutils",
19        "libhardware",
20        "libhidlbase",
21        "liblog",
22        "libui",
23        "libutils",
24    ],
25
26    cflags: [
27        "-O0",
28        "-g",
29    ],
30
31    vintf_fragments: [
32        "manifest_android.hardware.automotive.evs@1.0-service.xml",
33    ],
34}
35