summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_broken_on_Android_4.3/comment_9_ddba87b2f20d8a63f7b8ebdb9bd13515._comment
blob: 015efd7ce3208beaa9834b89a5b546e065fb1afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="209.250.56.246"
 subject="comment 9"
 date="2013-11-10T20:12:47Z"
 content="""
I have finally managed to get ghc to build with the newest version of the NDK. I hope this means it will make binaries that work with 4.3, but I don't have a device to test.

Here is a hello world program built with it:
<http://tmp.kitenet.net/hello>

After downloading it to an Android device, you can test it by opening the
git-annex terminal, and running: `D=/data/data/ga.androidterm/tmp; cp hello $D; chmod +x $D/hello; $D/hello`

Tested working on android 4.0.4

Also, I have filed a bug upstream about this at <https://github.com/neurocyte/ghc-android/issues/23>
"""]]