blob: ce02e28cc2a7a2094e6cef840023cefba0d730e7 [file] [log] [blame]
Steven Morelandc1cad352017-07-10 16:06:46 -07001// Copyright 2016 The Android Open Source Project
2
3cc_library_static {
4 srcs: ["healthd_board_default.cpp"],
5 name: "libhealthd.default",
6 vendor_available: true,
7 cflags: ["-Werror"],
8 include_dirs: ["system/core/base/include"],
9 header_libs: ["libhealthd_headers"],
10}