Created
February 5, 2021 12:20
-
-
Save lattice0/c756b4a186ddcdfc095becb94db6efae to your computer and use it in GitHub Desktop.
compilate qemu android emulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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