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

Commit 4616aeec authored by Islam Elbanna's avatar Islam Elbanna Committed by Automerger Merge Worker
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 am: 1a072d35

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3267171



Change-Id: I2351e4a4f3f5761a6c19d3c8b9e9e4f88d9b83a4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 587b0bc8 1a072d35
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.