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

Commit 793b42f6 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

Change-Id: I69f9529d94f680e757393b232a0671ce81fd5875
parents bc10b501 e2ce10ce
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;
}