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

Commit fa5cb407 authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Fix build break."

parents 84956b36 c089c2fc
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
     *