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

Commit 75bae5e3 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder_random_parcel: fix getRandomBinder doc"

parents fafdb185 6888737c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ namespace android {

// Get a random binder object for use in fuzzing.
//
// may return multiple FDs (e.g. pipe), but will always return at least one
// May return nullptr.
sp<IBinder> getRandomBinder(FuzzedDataProvider* provider);

} // namespace android