1// A binary for small, single-threaded HALs 2cc_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.memtrack@1.0", 13 "android.hardware.vibrator@1.0", 14 "android.hardware.vibrator@1.1", 15 "android.hardware.vibrator@1.2", 16 "libbase", 17 "libhidlbase", 18 "liblog", 19 "libutils", 20 ], 21} 22