This commit is contained in:
Julian Dolby 2014-11-24 17:56:41 -05:00
parent e4b113d33f
commit 2a8ac2e504
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class AndroidAnalysisContext {
ClassHierarchyException, URISyntaxException {
logger.debug(DefaultSCanDroidOptions.dumpString(options));
this.options = options;
scope = AndroidAnalysisScope.setUpAndroidAnalysisScope(options.getAndroidLibrary(), options.getClasspath(), exclusions);
scope = AndroidAnalysisScope.setUpAndroidAnalysisScope(options.getClasspath(), exclusions, options.getAndroidLibrary());
cha = ClassHierarchy.make(scope);