From ea8297b32c575e4f9a5c5b29eca95f5e75726d78 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Dec 2014 00:33:10 -0400 Subject: [PATCH] remove obsolete caveat --- doc/install/Android.mdwn | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 080fad80bf..f85fa04ae2 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.