This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
git-annex
Watch
2
Star
0
Fork
You've already forked git-annex
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b3d3ece2ab
git-annex
/
standalone
/
android
/
.gitignore
3 lines
18 B
Text
Raw
Normal View
History
Unescape
Escape
build an apk containing git-annex and a terminal emulator
2013-02-21 16:47:16 +00:00
build-utils
use C shim to start Android app This should avoid relying on features of the Android builtin shell, and so hopefully avoid failures like this one http://git-annex.branchable.com/design/assistant/blog/day_197__template_haskell/#comment-07f90830f78f6495dcbdf90eb8636129 The C shim sets up busybox, and uses its builtin shell to run runshell. It's important that busybox be configured with CONFIG_FEATURE_SH_STANDALONE, so that while runshell is running, it does not rely on either system utilities, or busybox being already installed.
2013-02-24 17:25:55 +00:00
start
Reference in a new issue
Copy permalink