• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// 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}
11