android-sdk: symlink monkeyrunner tool

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jan Berkel 2011-08-15 17:23:54 +02:00 committed by Adam Vandenberg
parent b4e14487e3
commit 548fd1f359

View file

@ -21,7 +21,7 @@ class AndroidSdk < Formula
mv 'tools', prefix
%w[android apkbuilder ddms dmtracedump draw9patch emulator
hierarchyviewer hprof-conv layoutopt mksdcard traceview
hierarchyviewer hprof-conv layoutopt monkeyrunner mksdcard traceview
zipalign].each do |tool|
(bin/tool).make_link(prefix/'tools'/tool)
end