Glenn Kasten | 8589ce7 | 2017-09-08 17:03:42 -0700 | [diff] [blame^] | 1 | cc_library_shared { |
2 | |||||
3 | name: "libnblog", | ||||
4 | |||||
5 | srcs: [ | ||||
6 | "NBLog.cpp", | ||||
7 | "PerformanceAnalysis.cpp", | ||||
8 | "ReportPerformance.cpp", | ||||
9 | ], | ||||
10 | |||||
11 | shared_libs: [ | ||||
12 | "libaudioutils", | ||||
13 | "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 | } |