summaryrefslogtreecommitdiff
path: root/java/sdk.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-04-26 12:51:07 +0100
committer Paul Duffin <paulduffin@google.com> 2021-04-27 15:56:47 +0100
commit5861242a78a392eb7fe5c4be791b6b04a80d1f3d (patch)
tree3b04c4de4653cf8e81e8cb099faf2fa0acfc6c8b /java/sdk.go
parent57e2e7d199b2632cffd916d5b4022149452b8b1b (diff)
Extract default image specific logic from buildBootImage
Previously, buildBootImage had to be called for the default boot image config before the art boot image config as it created some rules which were specific to default boot image. The creation of these rules was encapsulated in Config().Once(..) to ensure that they were only ever created once. This change extracts that functionality out of buildBootImage to the calling method which means that they are only called once and so no longer need protecting against being called again. Bug: 177892522 Test: m droid Change-Id: I464477de1a08df15e577873a9accf7db2bc088d1
Diffstat (limited to 'java/sdk.go')
0 files changed, 0 insertions, 0 deletions