1cc_binary { 2 name: "android.hardware.health@2.0-service.yukawa", 3 init_rc: ["android.hardware.health@2.0-service.yukawa.rc"], 4 proprietary: true, 5 relative_install_path: "hw", 6 srcs: [ 7 "HealthService.cpp", 8 ], 9 cflags: [ 10 "-Wall", 11 "-Werror", 12 ], 13 static_libs: [ 14 "android.hardware.health@2.0-impl", 15 "android.hardware.health@1.0-convert", 16 "libhealthservice", 17 "libbatterymonitor", 18 "libhealthstoragedefault", 19 ], 20 shared_libs: [ 21 "libbase", 22 "libcutils", 23 "libhidlbase", 24 "libutils", 25 "android.hardware.health@2.0", 26 ], 27 header_libs: ["libhealthd_headers"], 28} 29