blob: 74aaf77a18b13ce97788b94ca9c43be462d02709 [file] [log] [blame]
cc_library_shared {
name: "libnblog",
srcs: [
"NBLog.cpp",
"PerformanceAnalysis.cpp",
"ReportPerformance.cpp",
],
shared_libs: [
"libaudioutils",
"libbinder",
"libcutils",
"liblog",
"libutils",
],
cflags: [
"-Werror",
"-Wall",
],
include_dirs: ["system/media/audio_utils/include"],
export_include_dirs: ["include"],
}