Steven Moreland | c1cad35 | 2017-07-10 16:06:46 -0700 | [diff] [blame] | 1 | // Copyright 2016 The Android Open Source Project |
2 | |||||
3 | cc_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 | } |