diff options
author | 2021-07-15 14:01:38 +0000 | |
---|---|---|
committer | 2021-07-15 14:01:38 +0000 | |
commit | 1180b1fc4a60b2ac7161a0aa898bb7fa40eed8f9 (patch) | |
tree | a87e59a555e0db38126c7974c4b82bfce03155f2 /java/dexpreopt_bootjars.go | |
parent | da29c65eb68e1d4659e40e82975a748ca33dcb7f (diff) | |
parent | f208a5766e4f01c0f7a782cdf5bf6e1754ee2aed (diff) |
Merge "Update a comment about PRODUCT_UPDATABLE_BOOT_JARS."
Diffstat (limited to 'java/dexpreopt_bootjars.go')
-rw-r--r-- | java/dexpreopt_bootjars.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/dexpreopt_bootjars.go b/java/dexpreopt_bootjars.go index 19c65cac7..0ba56caa5 100644 --- a/java/dexpreopt_bootjars.go +++ b/java/dexpreopt_bootjars.go @@ -159,7 +159,9 @@ import ( // library is a part of a non-updatable APEX). // // A related variable PRODUCT_UPDATABLE_BOOT_JARS contains bootclasspath libraries that are in -// updatable APEXes. They are not included in the boot image. +// APEXes. They are not included in the boot image. The only exception here is core-icu4j.jar that +// has been historically part of the boot image and is now in a non updatable apex; it is treated +// as being part of PRODUCT_BOOT_JARS and is in the boot image. // // One exception to the above rules are "coverage" builds (a special build flavor which requires // setting environment variable EMMA_INSTRUMENT_FRAMEWORK=true). In coverage builds the Java code in |