Revert changes to DexMaker
This commit is contained in:
parent
5f26415bba
commit
7ec8e7ce69
Binary file not shown.
|
|
@ -514,9 +514,9 @@ public final class DexMaker {
|
||||||
File result = new File(dexCache, generateFileName());
|
File result = new File(dexCache, generateFileName());
|
||||||
// Check that the file exists. If it does, return a DexClassLoader and skip all
|
// Check that the file exists. If it does, return a DexClassLoader and skip all
|
||||||
// the dex bytecode generation.
|
// the dex bytecode generation.
|
||||||
// if (result.exists()) {
|
if (result.exists()) {
|
||||||
// return generateClassLoader(result, dexCache, parent);
|
return generateClassLoader(result, dexCache, parent);
|
||||||
// }
|
}
|
||||||
|
|
||||||
byte[] dex = generate();
|
byte[] dex = generate();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue