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