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

Commit 1ebeae73 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Automerger Merge Worker
Browse files

Merge "Port the current code to new IncFS" am: e2ce10ce am: 793b42f6

Change-Id: Idaacfa195bd55150767c5d312d180876d6c5ec88
parents 64fa6bb6 793b42f6
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;
}