From d1f22374ae4aba65bb80e3c83718a8e686679755 Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Mon, 7 Feb 2011 12:33:05 -0800 Subject: x86 and arm emulators have distinct paths Change-Id: Ieb0aa637c44ff2b9d386b6927c0b8564d1b50621 Signed-off-by: Bruce Beare --- build/tools.atree | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.1