blob: 1ce05242999e4a58812a23290fe46ae102790bd5 [file] [log] [blame]
cc_library_shared {
name: "libstatshidl",
srcs: [
"StatsHal.cpp",
],
cflags: ["-Wall", "-Werror"],
shared_libs: [
"android.frameworks.stats@1.0",
"libhidlbase",
"liblog",
"libstatslog",
"libstatssocket",
"libutils",
],
export_include_dirs: [
"include/",
],
local_include_dirs: [
"include/stats",
],
vintf_fragments: ["android.frameworks.stats@1.0-service.xml"]
}