blob: b54ffe4defcc839554cd9392811bce9840230a25 [file] [log] [blame]
Glenn Kasten8589ce72017-09-08 17:03:42 -07001cc_library_shared {
2
3 name: "libnblog",
4
5 srcs: [
6 "NBLog.cpp",
7 "PerformanceAnalysis.cpp",
8 "ReportPerformance.cpp",
9 ],
10
11 shared_libs: [
Kevin Rocardf8ad7f82018-01-17 15:57:39 -080012 "libaudioutils_system",
Glenn Kasten8589ce72017-09-08 17:03:42 -070013 "libbinder",
14 "libcutils",
15 "liblog",
16 "libutils",
17 ],
18
19 cflags: [
20 "-Werror",
21 "-Wall",
22 ],
23
24 include_dirs: ["system/media/audio_utils/include"],
25
26 export_include_dirs: ["include"],
27
28}