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

Commit 73a82178 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Keep tests building.

Bug: 17183379
Change-Id: I7f52af3201975e8c626a6c6d7f508fd8d006b204
parent c62f2e1b
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 {