047754e8fa
Update the android sdk build tools from 27.0.3 to 28.0.1, bringing in d8 which is replacing dx. This needs an update of the Docker image, so run scripts/update-docker.sh to update it.
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec dalvikvm \
|
|
-Xmx256m \
|
|
-cp @TERMUX_PREFIX@/share/dex/dx.jar \
|
|
dx.dx.command.Main $@
|