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

Commit 6888737c authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_random_parcel: fix getRandomBinder doc

Missed in initial change.

Bug: 241923341
Test: N/A
Change-Id: Ic172dbdbde5b8645207886c39c65cc9c4e7cde6b
parent 3bbf1f41
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