aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2011-02-07 12:33:05 -0800
committerBruce Beare <bruce.j.beare@intel.com>2011-02-24 09:24:50 -0800
commitd1f22374ae4aba65bb80e3c83718a8e686679755 (patch)
tree153872974edd8ead210eb1f6c11430e081bddd93 /build
parent37febdb92972373e73fdfe5052f56f955acf3d35 (diff)
downloadsdk-d1f22374ae4aba65bb80e3c83718a8e686679755.zip
sdk-d1f22374ae4aba65bb80e3c83718a8e686679755.tar.gz
sdk-d1f22374ae4aba65bb80e3c83718a8e686679755.tar.bz2
x86 and arm emulators have distinct paths
Change-Id: Ieb0aa637c44ff2b9d386b6927c0b8564d1b50621 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Diffstat (limited to 'build')
-rw-r--r--build/tools.atree3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/tools.atree b/build/tools.atree
index d40d8e3..fb132e1 100644
--- a/build/tools.atree
+++ b/build/tools.atree
@@ -40,7 +40,8 @@ bin/mksdcard tools/mksdcard
bin/zipalign tools/zipalign
# emulator
-bin/emulator tools/emulator
+bin/emulator tools/emulator-arm
+bin/emulator-x86 tools/emulator-x86
sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img
# Java-Based SDK Tools