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

Commit 65665aac authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix build

BridgeContext didn't show up in the working tree as a build participant.
Tsk tsk.

Change-Id: I2b52d99f319b43c2906a7fb9b25139a3df5b3676
parent 28c49c9d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1082,6 +1082,12 @@ public final class BridgeContext extends Context {
        return null;
    }

    @Override
    public File getNoBackupFilesDir() {
        // pass
        return null;
    }

    @Override
    public File getExternalFilesDir(String type) {
        // pass