aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/buildchroot-inchroot-asuser
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-23 14:20:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-23 14:20:13 -0400
commit60ecb9db9f17d11f0be3ad9405753c334deaad60 (patch)
treeb33b93fc01428bf5427462693658ce490166da5d /standalone/android/buildchroot-inchroot-asuser
parent5413945f0aa2b9ae3e567c540672fe80224d6c68 (diff)
move stuff into .android
This simplifies my schroot bind mounts
Diffstat (limited to 'standalone/android/buildchroot-inchroot-asuser')
-rwxr-xr-xstandalone/android/buildchroot-inchroot-asuser3
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/android/buildchroot-inchroot-asuser b/standalone/android/buildchroot-inchroot-asuser
index fbd6cc1bf..2cd77b6b7 100755
--- a/standalone/android/buildchroot-inchroot-asuser
+++ b/standalone/android/buildchroot-inchroot-asuser
@@ -8,6 +8,8 @@ cabal update
cabal install happy alex --bindir=$HOME/bin
PATH=$HOME/bin:$PATH
export PATH
+mkdir -p .android
+cd .android
git clone https://github.com/joeyh/ghc-android
cd ghc-android
git checkout stable-ghc-snapshot
@@ -30,6 +32,7 @@ rm -rf adt-bundle-linux-x86/eclipse
ln -s arm-linux-androideabi-gcc \
$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin/cc
+cd
git clone git://git-annex.branchable.com/ git-annex
git config --global user.email androidbuilder@example.com