Fix how the monkey counts events for scripts.

Instead of the monkey counting up to the count times the number of events in the
script, the monkey will now only increment the count when the script reaches the
end of the file.  This allows us to have multiple script files with differing
event counts in each.

Conflicts:

	cmds/monkey/src/com/android/commands/monkey/Monkey.java
4 files changed