Steven Moreland | 46e0da7 | 2019-09-05 15:52:02 -0700 | [diff] [blame^] | 1 | cc_fuzz { |
2 | name: "binder_parcel_fuzzer", | ||||
3 | host_supported: true, | ||||
4 | srcs: [ | ||||
5 | "binder.cpp", | ||||
6 | "hwbinder.cpp", | ||||
7 | "main.cpp", | ||||
8 | "util.cpp", | ||||
9 | ], | ||||
10 | static_libs: [ | ||||
11 | "libbase", | ||||
12 | "libbinderthreadstate", | ||||
13 | "libcgrouprc", | ||||
14 | "libcgrouprc_format", | ||||
15 | "libcutils", | ||||
16 | "libhidlbase", | ||||
17 | "liblog", | ||||
18 | "libprocessgroup", | ||||
19 | "libjsoncpp", | ||||
20 | "libutils", | ||||
21 | ], | ||||
22 | |||||
23 | target: { | ||||
24 | android: { | ||||
25 | shared_libs: ["libbinder"], | ||||
26 | }, | ||||
27 | host: { | ||||
28 | static_libs: ["libbinder"], | ||||
29 | }, | ||||
30 | }, | ||||
31 | } |