diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-14 12:43:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-14 12:43:23 -0400 |
commit | 6b56abf215701b294895c175499fe0493360427c (patch) | |
tree | 61b474b51407f5bee7116bade3354b0bde051e33 /doc | |
parent | 686760befc3f145b8a490c337af9bcba289c42b2 (diff) |
hard problems are fun?
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/android.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index 897ebd760..f2711a479 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -14,6 +14,18 @@ available in the App Store. * git (not all git commands are needed, but core plumbing and a few like `git-add` are.) +## GHC Android? + +Android's native SDK does not use glibc. GHC's runtime links with glibc. +This could be an enormous problem. Other people want to see GHC able to +target Android, of course, so someone may solve it before I get stuck on +it. + +References: + +* <http://stackoverflow.com/questions/5151858/running-a-haskell-program-on-the-android-os> +* <http://www.reddit.com/r/haskell/comments/ful84/haskell_on_android/> + ### Android specific features The app should be aware of power status, and avoid expensive background |