Keep tests building.

Bug: 17183379
Change-Id: I7f52af3201975e8c626a6c6d7f508fd8d006b204
This commit is contained in:
Jeff Sharkey
2014-08-29 00:10:14 -07:00
parent c62f2e1bb7
commit 73a8217803

View File

@@ -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 {