budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
9.61k stars 1.27k forks source link

Recompile the AOSP source code of the emulator in budtmo/docker-android-x86-8.0 image #162

Open vovinio opened 5 years ago

vovinio commented 5 years ago

Docker Image: budtmo/docker-android-x86-8.0

I'm doing research tasks and therefore I need to control different system properties. The best way of doing it seems to be by making changes to the source code and recompile it. After compiling the source, I could replace the system.img file from the emulator in the docker image with the new generated image.

Where can I find the source of the AOSP that was used to compile the emulator in the image budtmo/docker-android-x86-8.0?

Thanks.

trinhpham commented 5 years ago

Looking to the Dockerfile at docker/Emulator_x86, line 126, you can see that @budtmo get the original google_apis image from Android SDK. You'll have to find your preferred source to compile or ask... Google for it :)

moldis commented 5 years ago

@vovinio Did you manage to resolve your issue ? I faced similar now