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

Commit 1622981c authored by Ying Wang's avatar Ying Wang
Browse files

Fix sdk build.

Change-Id: I11471213826b212b99c0ddba89a7f4cef110fcc4
parent 26606007
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ public class Allocation extends BaseObj {
     * android.renderscript.Element} does not match the array's
     * primitive type.
     *
     * @param d the source data array
     * @param array The source data array
     */
    public void copyFrom(Object array) {
        Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
@@ -1032,7 +1032,7 @@ public class Allocation extends BaseObj {
     * @param yoff Y offset of the region to update in this Allocation
     * @param w Width of the region to update
     * @param h Height of the region to update
     * @param data to be placed into the Allocation
     * @param array Data to be placed into the Allocation
     */
    public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) {
        Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFrom");
@@ -1863,4 +1863,3 @@ public class Allocation extends BaseObj {
    }

}