mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix compilation
This commit is contained in:
@@ -226,14 +226,9 @@ public class AndroidPackagingCompiler implements PackagingCompiler {
|
||||
: item.getFinalPath();
|
||||
|
||||
final Map<CompilerMessageCategory, List<String>> messages = AndroidApkBuilder
|
||||
.execute(item.mySdkPath,
|
||||
resPackagePath,
|
||||
item.getClassesDexPath(),
|
||||
item.getSourceRoots(),
|
||||
externalLibPaths,
|
||||
item.getNativeLibsFolders(),
|
||||
finalPath,
|
||||
unsigned);
|
||||
.execute(context.getProject(), resPackagePath, item.getClassesDexPath(), item.getSourceRoots(), externalLibPaths, item.getNativeLibsFolders(),
|
||||
finalPath, unsigned, item.mySdkPath
|
||||
);
|
||||
AndroidCompileUtil.addMessages(context, messages);
|
||||
}
|
||||
catch (final IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user