summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2021-11-11 13:18:34 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-11-11 13:18:34 +0000
commitb4720bc142dbb4e4f7ebe62bddbccc29b7596045 (patch)
tree3c549d36a5f7c42ea998e8faae9daebd1ac62d4c
parent655bcaa3ba77a86593b1be93437f973e66813964 (diff)
parent4cf0394c9b757ee4c6655ec7e6ef5acdce66445d (diff)
Merge "Fix typo." am: 32eb226956 am: b5a0ed6fce am: 82624be4fd am: 4cf0394c9b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1888735 Change-Id: Ia3d09fd3a5697b1ffe3fbcd5ccfec461c11b303c
-rw-r--r--config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/README.md b/config/README.md
index 5597ae238a0b..450a5c695c82 100644
--- a/config/README.md
+++ b/config/README.md
@@ -1,7 +1,7 @@
# 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 relelvant.
+ 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.