| cc_fuzz { | |
| name: "binder_parcel_fuzzer", | |
| defaults: ["libbinder_ndk_host_user"], | |
| host_supported: true, | |
| srcs: [ | |
| "binder.cpp", | |
| "binder_ndk.cpp", | |
| "hwbinder.cpp", | |
| "main.cpp", | |
| "util.cpp", | |
| ], | |
| static_libs: [ | |
| "libbase", | |
| "libbinderthreadstate", | |
| "libcgrouprc", | |
| "libcgrouprc_format", | |
| "libcutils", | |
| "libhidlbase", | |
| "liblog", | |
| "libprocessgroup", | |
| "libjsoncpp", | |
| "libutils", | |
| ], | |
| target: { | |
| android: { | |
| shared_libs: [ | |
| "libbinder_ndk", | |
| "libbinder", | |
| ], | |
| }, | |
| host: { | |
| static_libs: [ | |
| "libbinder_ndk", | |
| "libbinder", | |
| ], | |
| }, | |
| }, | |
| } |