android mosh/Android build VM To Download the VM image: docker pull ddrown/mosh-build To build mosh binaries: OUTPUTDIR=~/target mkdir $OUTPUTDIR docker run -v $OUTPUTDIR:/target ddrown/mosh-build This will create 6 binaries in $OUTPUTDIR/bin: mosh-client.
android Busybox/Android build VM I took the Android Cross Compile VM and created a docker VM image for just building busybox. To Download the VM image: docker pull ddrown/busybox-build To build busybox binaries: OUTPUTDIR=~/target mkdir
android Updated busybox builds I rebuilt busybox and upgraded to 1.22.1. The new Android L developer preview requires binaries built with PIE. Android 4.1 is the oldest version that works with PIE binaries. This
android Android Cross Compile environment I took my Android ports build environment and turned it into a docker image. To download it (should be around 2.3GB), install docker on Linux and then run: # docker pull ddrown/android-cross-compile