Home | History | Annotate | Download | only in small_hals
      1 // A binary for small, single-threaded HALs
      2 cc_binary {
      3     name: "small_hals.crosshatch-service",
      4     defaults: ["hidl_defaults"],
      5     relative_install_path: "hw",
      6     proprietary: true,
      7     init_rc: ["small_hals.crosshatch-service.rc"],
      8     vintf_fragments: ["small_hals.crosshatch-service.xml"],
      9     srcs: ["service.cpp"],
     10 
     11     shared_libs: [
     12         "android.hardware.light (a] 2.0",
     13         "android.hardware.memtrack (a] 1.0",
     14         "android.hardware.vibrator (a] 1.0",
     15         "android.hardware.vibrator (a] 1.1",
     16         "android.hardware.vibrator (a] 1.2",
     17         "hardware.google.light (a] 1.0",
     18         "libbase",
     19         "libhidlbase",
     20         "libhidltransport",
     21         "liblog",
     22         "libutils",
     23     ],
     24 }
     25