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

Commit e2ce10ce authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Gerrit Code Review
Browse files

Merge "Port the current code to new IncFS"

parents acacd719 12817bbb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,11 +17,12 @@
package android.os.incremental;

/**
 * Wraps two file descriptors that Incremental Service uses to communicate
 * Wraps the file descriptors Incremental Service uses to communicate
 * with Incremental FileSystem.
 * @hide
 */
parcelable IncrementalFileSystemControlParcel {
    @nullable ParcelFileDescriptor cmd;
    @nullable ParcelFileDescriptor pendingReads;
    @nullable ParcelFileDescriptor log;
}