Keep tests building.
Bug: 17183379 Change-Id: I7f52af3201975e8c626a6c6d7f508fd8d006b204
This commit is contained in:
@@ -140,6 +140,11 @@ public class FileBridge extends Thread {
|
||||
mClient = clientPfd.getFileDescriptor();
|
||||
}
|
||||
|
||||
public FileBridgeOutputStream(FileDescriptor client) {
|
||||
mClientPfd = null;
|
||||
mClient = client;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user