Post smali 2.0.6 cleanup

- fix smaliDecoder/AccessorTest to use new DexFileFactory params
 - remove unneeded ds/tree files
 - cleanup unmerged lines
This commit is contained in:
Connor Tumbleson
2015-05-01 10:58:17 -05:00
parent 4cc5f07fd2
commit 1fb87e3e4c
13 changed files with 8 additions and 842 deletions

View File

@ -91,7 +91,7 @@ public class SmaliDecoder {
}
// create the dex
DexBackedDexFile dexFile = DexFileFactory.loadDexFile(mApkFile, mDexFile, mApi);
DexBackedDexFile dexFile = DexFileFactory.loadDexFile(mApkFile, mDexFile, mApi, false);
if (dexFile.isOdexFile()) {
throw new AndrolibException("Warning: You are disassembling an odex file without deodexing it.");