Verifier sets class to error on hard error, resolved on soft.

This solves problems with the runtime finding classes that were rejected
by the verifier at compile time that end up passing at runtime. Before,
all classes that failed compile time verification were being set to
error, and now only classes that have hard errors should be set to
error.

Change-Id: I3a694d12ba4d6051b0310b21f8161f5aa62b43c3
2 files changed
tree: 9d708925c501974149d16a4b35e66e330eb4eb9a
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk