Merge "Port the current code to new IncFS"

This commit is contained in:
Yurii Zubrytskyi
2020-03-26 07:23:10 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}