add configuration key to pass android manifest file

This commit is contained in:
Mikhail Mutcianko
2014-08-13 17:54:53 +04:00
committed by Yan Zhulanow
parent c6b8cbbb01
commit 376886a9c3
9 changed files with 86 additions and 46 deletions
@@ -70,6 +70,10 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@ValueDescription("<path>")
public String androidRes;
@Argument(value = "androidManifest", description = "Android manifest file")
@ValueDescription("<path>")
public String androidManifest;
@Override
@NotNull
public String executableScriptFileName() {