Sachin Kumar Garg | ec2a22e | 2020-10-26 10:16:58 +0530 | [diff] [blame^] | 1 | cc_fuzz { |
2 | name: "media_log_fuzzer", | ||||
3 | static_libs: [ | ||||
4 | "libmedialogservice", | ||||
5 | ], | ||||
6 | srcs: [ | ||||
7 | "media_log_fuzzer.cpp", | ||||
8 | ], | ||||
9 | header_libs: [ | ||||
10 | "libmedia_headers", | ||||
11 | ], | ||||
12 | shared_libs: [ | ||||
13 | "libaudioutils", | ||||
14 | "libbinder", | ||||
15 | "liblog", | ||||
16 | "libmediautils", | ||||
17 | "libnblog", | ||||
18 | "libutils", | ||||
19 | ], | ||||
20 | include_dirs: [ | ||||
21 | "frameworks/av/services/medialog", | ||||
22 | ], | ||||
23 | cflags: [ | ||||
24 | "-Werror", | ||||
25 | "-Wall", | ||||
26 | ], | ||||
27 | fuzz_config: { | ||||
28 | cc: [ | ||||
29 | "android-media-fuzzing-reports@google.com", | ||||
30 | ], | ||||
31 | componentid: 155276, | ||||
32 | }, | ||||
33 | } |