Allow failure in RecordClassStatus for uses-library classes

The problem was that recursive initialization attempts to initialize
classes in used libraries for the app image case. This meant we
attempted to add an oat class status for the uses-library classes.

Adding a regression test is infeasible since run-test doesn't support
uses-library.

Test: test-art-host
Bug: 63994775
Change-Id: If229d5deb3a0e5662839b0120c4c6d52bdcdcc57
1 file changed