Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6431bd08 authored by Islam Elbanna's avatar Islam Elbanna
Browse files

Use profile at framework/base/boot/ instead of the combined one at

framework/base/config

This is to decouple the framework and art profiles everywhere.

Bug: 260067246
Change-Id: I61af081b402f6e63722a5ae9e22151227a713c95
Test: running `m`
Test: Verify PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION for multiple products https://paste.googleplex.com/5573555023773696
parent 5eb9d658
Loading
Loading
Loading
Loading

boot/README.md

0 → 100644
+10 −0
Original line number Diff line number Diff line
# Configuration files for ART compiling the framework

*   boot-image-profile.txt: A list of methods from the framework boot classpath
    to be compiled by dex2oat. The order in the file is not relevant.
*   boot-profile.txt: An ordered list of methods from the boot classpath to be
    compiled by the JIT in the order provided in the file. Used by JIT zygote,
    when on-device signing failed.
*   boot-image-profile-extra.txt: An extra list of methods from the framework
    boot classpath to be compiled by dex2oat on top of what we have at
    boot-image-profile.txt.
+0 −0

File moved.

+0 −5
Original line number Diff line number Diff line
# Configuration files for ART compiling the framework

* boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat.
  The order in the file is not relevant.
* boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by
  the JIT in the order provided in the file. Used by JIT zygote, when on-device
  signing failed.
* dirty-image-objects: List of objects in the boot image which are known to
  become dirty. This helps binning objects in the image file.
* preloaded-classes: classes that will be allocated in the boot image, and

config/boot-image-profile.txt

deleted100644 → 0
+0 −50393

File deleted.

Preview size limit exceeded, changes collapsed.