am a841cead: am bb50b0b4: am f1ddfd1e: Keep tests building.

* commit 'a841ceadd9940b8349e49e35693e31918977f29e':
  Keep tests building.
This commit is contained in:
Jeff Sharkey
2014-08-29 19:14:51 +00:00
committed by Android Git Automerger

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 {