This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
termux-packages
Watch
1
Star
0
Fork
0
You've already forked termux-packages
Code
Issues
Pull Requests
Releases
Wiki
Activity
1d25890c09
termux-packages
/
packages
/
dx
/
dx
7 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
More /system/bin/sh -> $PREFIX/bin/sh changes
2015-12-02 12:32:11 +01:00
#!/bin/sh
Initial push
2015-06-13 01:03:31 +02:00
Fix dalvikvm wrapper - Just unset LD_LIBRARY_PATH in the dalvikvm wrapper. - Let the dalvikvm wrapper setup $ANDROID_DATA. - Avoid using a custom dalvikvm wrapper in dx.
2016-05-06 01:55:13 +02:00
exec dalvikvm \
Initial push
2015-06-13 01:03:31 +02:00
-Xmx256m \
Update android sdk build tools 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.
2018-07-26 12:21:43 +02:00
-cp @TERMUX_PREFIX@/share/dex/dx.jar \
dx: Rewrite classes to not be under com.android Fixes #1801.
2017-11-17 02:06:11 +01:00
dx.dx.command.Main $@
Reference in New Issue
Copy Permalink