Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeb7b74c authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: organize fuzzers

Several class-specific fuzzers were added independently from our parcel
fuzzer. Granted, the parcel fuzzer is technically for the Parcel class,
it also fuzzes libbinder_ndk and (for convenience) libhwbinder, so I'm
leaving it as separate.

Bug: 182938024
Test: run fuzzers
Change-Id: Ic2e461c12439c01e3e3ffd7265a94593132c6ca6
parent d5cc17b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

// libbinder_ndk doesn't export this header which breaks down its API for NDK
// and APEX users, but we need access to it to fuzz.
#include "../ndk/parcel_internal.h"
#include "../../ndk/parcel_internal.h"

class NdkParcelAdapter {
public:
Loading