diff options
author | Duane Sand <duanes@mips.com> | 2012-03-12 11:13:08 -0700 |
---|---|---|
committer | Duane Sand <duanes@mips.com> | 2012-03-12 11:13:08 -0700 |
commit | b0d9e7168ad492e166e97b7e07ddb77c984bc696 (patch) | |
tree | bc366c76bf34e2ab4ecd9948acfe802d494f0772 /build/tools.atree | |
parent | 9c0840643be805bec471e655f458f4a622124778 (diff) | |
download | sdk-b0d9e7168ad492e166e97b7e07ddb77c984bc696.zip sdk-b0d9e7168ad492e166e97b7e07ddb77c984bc696.tar.gz sdk-b0d9e7168ad492e166e97b7e07ddb77c984bc696.tar.bz2 |
Add Mips emulator support.
Change-Id: I84144bae60d99118a3f833b42bb1cc7be28691cb
Diffstat (limited to 'build/tools.atree')
-rw-r--r-- | build/tools.atree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tools.atree b/build/tools.atree index 03868e2..94e7345 100644 --- a/build/tools.atree +++ b/build/tools.atree @@ -43,6 +43,7 @@ bin/zipalign strip tools/zipalign bin/emulator strip tools/emulator bin/emulator-x86 strip tools/emulator-x86 bin/emulator-arm strip tools/emulator-arm +bin/emulator-mips strip tools/emulator-mips sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin |