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

Commit 1a072d35 authored by Islam Elbanna's avatar Islam Elbanna Committed by Gerrit Code Review
Browse files

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

Merge "Use profile at framework/base/boot/ instead of the combined one at framework/base/config" into main
parents 99624608 6431bd08
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.

File size exceeds preview limit.