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

Commit ef353dde authored by Stephen Hines's avatar Stephen Hines
Browse files

Make BaseObj a public class.

BUG=4156151

Change-Id: Ia5d5ae08ab8e176ad3ca1f38c2c33ef4e9551213
parent 55311e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173149,7 +173149,7 @@
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility=""
 visibility="public"
>
<method name="destroy"
 return="void"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.util.Log;
 * disconecting the object from the native allocation for early cleanup.
 *
 **/
class BaseObj {
public class BaseObj {
    BaseObj(int id, RenderScript rs) {
        rs.validate();
        mRS = rs;