Home | History | Annotate | Download | only in default
      1 cc_binary {
      2     name: "android.hardware.automotive.evs (a] 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 (a] 1.0-service.rc"],
     13 
     14     shared_libs: [
     15         "android.hardware.automotive.evs (a] 1.0",
     16         "libui",
     17         "libbase",
     18         "libbinder",
     19         "libcutils",
     20         "libhardware",
     21         "libhidlbase",
     22         "libhidltransport",
     23         "liblog",
     24         "libutils",
     25     ],
     26 
     27     cflags: [
     28         "-O0",
     29         "-g",
     30     ],
     31 }
     32