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

Commit 2c653e1a authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

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

* commit 'a841ceadd9940b8349e49e35693e31918977f29e':
  Keep tests building.
parents 9928f2b6 01e7bc6e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {