diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-26 18:10:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-26 18:10:32 -0400 |
commit | 6e5d9bda0f11b68e77c3829d311f62c7f46f86ff (patch) | |
tree | c3f1fba4325024c1b2e5b698539b715e6f97d4a2 | |
parent | 95156e27bae23a3439f34e1a0426d507e0fcc58e (diff) |
devblog
-rw-r--r-- | doc/devblog/day_173-174__android_rebootstrap.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/devblog/day_173-174__android_rebootstrap.mdwn b/doc/devblog/day_173-174__android_rebootstrap.mdwn new file mode 100644 index 000000000..87e486d56 --- /dev/null +++ b/doc/devblog/day_173-174__android_rebootstrap.mdwn @@ -0,0 +1,6 @@ +With some help from Sören, have been redoing the android build environment +for git-annex. This included making propellor put it in a docker container, +which was easy. But then much struggling with annoying stuff like getting +the gnutls linking to work, and working around some dependency issues on +hackage that make cabal's dependency resolver melt down. +Finally succeeded after much more time than I had wanted to spend on this. |