mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #162] Recompile the AOSP source code of the emulator in budtmo/docker-android-x86-8.0 image #115
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vovinio on GitHub (Jun 3, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/162
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 on GitHub (Jun 16, 2019):
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 on GitHub (Jul 26, 2019):
@vovinio Did you manage to resolve your issue ? I faced similar now