This document discusses leveraging Android's Linux heritage by enabling Android and traditional Linux distributions to coexist and interact. It outlines some of the key roadblocks like differences in filesystem structure and IPC mechanisms. Approaches for coexistence discussed include building a single filesystem, chroot jails, and virtualization. Demos proposed include running BusyBox commands on Android, building a client-server app that communicates between glibc and bionic libraries, and adding LTTng tracing support to the Android kernel. The goal is to open possibilities for reusing mature Linux userspace software on Android.