Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Android app: Avoid using hard links to app's lib directory, which is ↵ | Joey Hess | 2013-05-23 |
| | | | | | | | sometimes on a different filesystem than the data directory. Assumes symlinks work on all android. If not, this would need to be adapted to try both. This worked for me. | ||
* | LD_LIBRARY_PATH todo | Joey Hess | 2013-03-05 |
| | |||
* | fall back to hardcoded app location | Joey Hess | 2013-03-01 |
| | |||
* | Explicitly run every command as a busybox app | Joey Hess | 2013-02-24 |
| | | | | Seems that CONFIG_FEATURE_SH_STANDALONE is not working. | ||
* | use C shim to start Android app | Joey Hess | 2013-02-24 |
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. |