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.
4441
Commits
6
Branches
0
Tags
18 MiB
Tree:
2caab3d37a
android-5
build-on-device
electrs
emacs-27
master
patch-log
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2caab3d37a'
${ 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 SDK build tools to 24.0.1
9 years ago
-cp @TERMUX_PREFIX@/share/dex/dx.dex \
dx: Rewrite classes to not be under com.android Fixes #1801.
7 years ago
dx.dx.command.Main $@