Axdroid moved

For various reasons I just moved axdroid from github to gitorious. I also made some changes to the organisation of various config files, and changes like building the android platform code with the new toolchain, and linking busybox with bionic rather than needing eglibc (ie. the axdroid toolchain now targets baremetal, and the only libc around is bionic). If you build axdroid yourself, you can either update the git repo remotes to point to the right place and do an update (then clean is probably wise), or just start again with:

git clone git://gitorious.org/axdroid/axdroid.git
cd axdroid
./build.sh

As I write this the kernel source is still uploading, and I’m going to sleep. I’ll make sure it’s all fine tomorrow.