diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-31 00:33:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-31 00:33:10 -0400 |
commit | 98bc86a4847b5ba08e6fe087862f7ac40ae91a59 (patch) | |
tree | 6c92c9733e52eaa579e2578b13230a5405b7e325 /doc | |
parent | c90352d6dbe4f5a8c294d3c5d99e5fe931fe5483 (diff) |
remove obsolete caveat
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/Android.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 080fad80b..f85fa04ae 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -30,8 +30,5 @@ git-annex can be built from source for Android. This builds a chroot with a `builder` user. The rest of the build will run in this chroot as that user. 2. In the chroot, run `standalone/android/install-haskell-packages` - Note that this will break from time to time as new versions of packages - are released, and the patches it applies have to be updated when - this happens. 3. Finally, once the chroot is set up, you can build an Android binary with `make android`, and `make androidapp` will build the complete APK. |