Fix the logic for skipping compilation based on backoff.
Before this change, `OdrCompilationLog::ShouldAttemptCompile` checked
the ART module version and last update time to decide whether
compilation should always be performed or not. However, since we now
need to compile after any module update, the ART module is no longer a
special case, and the decision should be made based on any APEX version
mismatch.
Bug: 205276874
Test: atest odsign_e2e_tests
Test: atest art_standalone_odrefresh_tests
Change-Id: Ie3bfa17c2c8aed838334f1096679602632a1dbcb
6 files changed