1# QEMU for Trusty 2 3The `trusty-x86_64` contains the binaries for the QEMU emulator 4used to test Trusty with Android. 5 6## Downloading the sources 7 8To download the exact repository used to build these binaries, 9run the following command: 10 11``` 12$ repo init --standalone-manifest -u file://path/to/prebuilts/android-emulator/trusty-x86_64/manifest.xml 13``` 14 15## Updating the binaries (for Googlers) 16 17Run `update_emulator_trusty.sh <BUILD_NUMBER>` with the build number as its 18only argument. 19