blob: f3e42291ea90a2d6844de608bbbbcdf96993490a [file] [log] [blame]
Steven Moreland46e0da72019-09-05 15:52:02 -07001cc_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}