blob: 489c141a6a176eb859d399a3ded9b0d2e5d7556a [file] [log] [blame]
// A binary for small, single-threaded HALs
cc_binary {
name: "small_hals.crosshatch-service",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
init_rc: ["small_hals.crosshatch-service.rc"],
vintf_fragments: ["small_hals.crosshatch-service.xml"],
srcs: ["service.cpp"],
shared_libs: [
"android.hardware.memtrack@1.0",
"android.hardware.vibrator@1.0",
"android.hardware.vibrator@1.1",
"android.hardware.vibrator@1.2",
"libbase",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
}