summaryrefslogtreecommitdiff
path: root/standalone/android/.gitignore
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-24 13:25:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-24 13:27:06 -0400
commit2b2b7c56397fd5457bd178e9243d392afd2b07f0 (patch)
tree76693e311929a94504974b61836dd5c81ec3d69f /standalone/android/.gitignore
parent0ef3771e174671ebb9074c96c52063c5db6789b2 (diff)
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.
Diffstat (limited to 'standalone/android/.gitignore')
-rw-r--r--standalone/android/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/.gitignore b/standalone/android/.gitignore
index 7461b11d3..e8792ba9f 100644
--- a/standalone/android/.gitignore
+++ b/standalone/android/.gitignore
@@ -1 +1,2 @@
build-utils
+start