summaryrefslogtreecommitdiff
path: root/java/platform_bootclasspath.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-04-29 11:46:29 +0100
committerPaul Duffin <paulduffin@google.com>2021-05-12 21:51:27 +0100
commit47932935e94adfac8a8a40fca74f45c5a70f82f7 (patch)
tree27faf3b9ecd8ef189853223bce082b3b9f9d9dea /java/platform_bootclasspath.go
parent7ebebfd5f80fc4a8f0f6e22253b9602802ebd88b (diff)
Separate storing config for MakeVars from building boot image
Previously, the initialization of the dexpreoptBootJars fields used to store information needed in its MakeVars method was interleaved with the calls to buildBootImage(). In fact those fields were initialized from the *bootImageConfig returned by buildBootImage(). However, the method simply returned the *bootImageConfig value that was passed in. Separating the initialization from the calls to buildBootImage() allows the functionality to be moved to platform_bootclasspath separately. Bug: 177892522 Test: m nothing Change-Id: I8ba460f60be553516de5f186e14377bb0ec1b2cd
Diffstat (limited to 'java/platform_bootclasspath.go')
0 files changed, 0 insertions, 0 deletions