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

Commit c089c2fc authored by Jason Sams's avatar Jason Sams
Browse files

Fix build break.

Change-Id: I362c96787482bc8daee7dd4a01817ab7ed79b730
parent 72226e05
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1260,6 +1260,13 @@ public class Allocation extends BaseObj {
        return mRS.nAllocationGetSurface(getID(mRS));
    }

    /**
     * @hide
     */
    public void setSurfaceTexture(SurfaceTexture st) {
        setSurface(new Surface(st));
    }

    /**
     * Associate a surface for io output with this allocation
     *