Merge "Update a comment about PRODUCT_UPDATABLE_BOOT_JARS." am: 1180b1fc4a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1768126 Change-Id: Ia6ef4362685a21790d926c6e749e7ea343ce873e
This commit is contained in:
commit
8ed574e839
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@ import (
|
||||||
// library is a part of a non-updatable APEX).
|
// library is a part of a non-updatable APEX).
|
||||||
//
|
//
|
||||||
// A related variable PRODUCT_UPDATABLE_BOOT_JARS contains bootclasspath libraries that are in
|
// 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
|
// 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
|
// setting environment variable EMMA_INSTRUMENT_FRAMEWORK=true). In coverage builds the Java code in
|
||||||
|
|
Loading…
Reference in a new issue