summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libartservice/service/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/libartservice/service/README.md b/libartservice/service/README.md
index b5fa24e19f..028f5f5cb4 100644
--- a/libartservice/service/README.md
+++ b/libartservice/service/README.md
@@ -86,9 +86,10 @@ If the app is installed along with a DM file that contains a profile (known as a
*cloud profile*), it uses the "speed-profile" compiler filter. Otherwise, it
uses the "verify" compiler filter.
-Note: If the app is installed along with a DM file that only contains a VDEX
-file (but not a profile), no dexopt will be performed because the compiler
-filter will be "verify" and the VDEX file is satisfactory.
+Note: If the APK is uncompressed and aligned, and it is installed along with a
+DM file that only contains a VDEX file (but not a profile), no dexopt will be
+performed because the compiler filter will be "verify" and the VDEX file is
+satisfactory.
Note: There is no secondary dex file present during installation.