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

Commit a21de6f3 authored by David Brazdil's avatar David Brazdil Committed by Gerrit Code Review
Browse files

Merge "Update public API after libcore InMemoryDexClassLoader change"

parents cc37384e 12a95baf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55142,6 +55142,7 @@ package dalvik.system {
  }
  public final class InMemoryDexClassLoader extends dalvik.system.BaseDexClassLoader {
    ctor public InMemoryDexClassLoader(java.nio.ByteBuffer[], java.lang.String, java.lang.ClassLoader);
    ctor public InMemoryDexClassLoader(java.nio.ByteBuffer[], java.lang.ClassLoader);
    ctor public InMemoryDexClassLoader(java.nio.ByteBuffer, java.lang.ClassLoader);
  }