Skip to content

Instantly share code, notes, and snippets.

@lattice0
Created February 5, 2021 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lattice0/c756b4a186ddcdfc095becb94db6efae to your computer and use it in GitHub Desktop.
Save lattice0/c756b4a186ddcdfc095becb94db6efae to your computer and use it in GitHub Desktop.
compilate qemu android emulator
repo init -u https://android.googlesource.com/platform/manifest -b emu-master-dev --depth=1
repo sync -c -j8
cd external/qemu
python android/build/python/cmake.py [--target darwin_aarch64]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment