Browse Source

dx: remove unneeded script as replaced by heredoc in build.sh

build-on-device
Leonid Plyushch 5 years ago
parent
commit
86209c4547
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 6
      packages/dx/dx

6
packages/dx/dx

@ -1,6 +0,0 @@
#!/bin/sh
exec dalvikvm \
-Xmx256m \
-cp @TERMUX_PREFIX@/share/dex/dx.jar \
dx.dx.command.Main $@
Loading…
Cancel
Save