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.
Compile the entire bootclasspath on device.
Most of the changes in this CL are renaming and comment changes. The main behavior changes are: 1. Adding all bootclasspath jars (including the ones in the ART APEX) to `--dex-file` and `--dex-fd`. 2. Adding both the ART boot profile and the framework profile to `--profile-fd`. 3. Replacing the `--boot-image` flag with `--base` for compiling boot classpath jars. 4. Renaming the boot image on /data from `boot-framework.art` to `boot.art`. 5. Updating the `--boot-image` flag for compiling system_server jars. 6. Updating the default boot image location that the runtime uses. Bug: 203492478 Test: atest art_standalone_odrefresh_tests Test: atest art_standalone_artd_tests Test: atest odsign_e2e_tests Change-Id: If56bc96ec6f38335f3e8e1ad3085e231baacb6fc
- Loading branch information
Showing
16 changed files
with
299 additions
and
266 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
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
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.