forked from LineageOS/android_art
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
6 changed files
with
58 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.