This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6932
Commits
6
Branches
0
Tags
18 MiB
Tree:
37899322a4
android-5
build-on-device
electrs
emacs-27
master
patch-log
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '37899322a4'
${ noResults }
termux-packages
/
packages
/
dx
/
dx
7 lines
102 B
Raw
Normal View
History
More /system/bin/sh -> $PREFIX/bin/sh changes
9 years ago
#!/bin/sh
Initial push
10 years ago
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.
9 years ago
exec dalvikvm \
Initial push
10 years ago
-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.
7 years ago
-cp @TERMUX_PREFIX@/share/dex/dx.jar \
dx: Rewrite classes to not be under com.android Fixes #1801.
7 years ago
dx.dx.command.Main $@