Using the docker setup at https://github.com/kylemanna/docker-aosp I have managed to build a custom Android-x86 version that I can run and install on a VirtualBox/QEMU setup.
I am now concerned with speeding up the edit-compile-build-test cycle.
The custom system I am working on is graphical in nature, and so I do need some visual confirmation.
The problem I have is that I cannot figure out how to create a QEMU or VirtualBox image that will take me to the home screen immediately without running through the installation and Google account setup.
I have no problem scripting this, I just don't even know where to start.
Thanks in advance.