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

Commit 12817bbb authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi
Browse files

Port the current code to new IncFS

Bug: 146080380
Test: manual, "cmd incremental install-start"

Change-Id: I6761c3f0e58b6d4de1ae3c4b31c23204fba9f740
Merged-In: I6761c3f0e58b6d4de1ae3c4b31c23204fba9f740
parent 78200303
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;
}