committed by
Fredrik Fornwall
3 changed files with 19 additions and 6 deletions
@ -0,0 +1,11 @@ |
|||
#!/bin/sh |
|||
|
|||
# -proc:none to disable annotation processing. |
|||
# -7 for java 1.7 compatibility. |
|||
dalvikvm -Xmx256m \ |
|||
-cp @TERMUX_PREFIX@/share/dex/ecj.jar \ |
|||
org.eclipse.jdt.internal.compiler.batch.Main \ |
|||
-proc:none \ |
|||
-7 \ |
|||
-cp @TERMUX_PREFIX@/share/java/android-21.jar \ |
|||
$@ |
Loading…
Reference in new issue