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

Commit 9e6e5ae2 authored by Jason Sams's avatar Jason Sams
Browse files

Fix build. Missed current.txt in previous checkin.

Change-Id: I458944fbd9b04526068d03330620ad4805b5c993
parent e69e9e6b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -20114,6 +20114,14 @@ package android.renderscript {
    method public void setRed(int, int);
  }
  public final class ScriptIntrinsicYuvToRGB extends android.renderscript.ScriptIntrinsic {
    method public static android.renderscript.ScriptIntrinsicYuvToRGB create(android.renderscript.RenderScript, android.renderscript.Element);
    method public void forEach(android.renderscript.Allocation);
    method public android.renderscript.Script.FieldID getFieldID_Input();
    method public android.renderscript.Script.KernelID getKernelID();
    method public void setInput(android.renderscript.Allocation);
  }
  public class Short2 {
    ctor public Short2();
    ctor public Short2(short, short);