summaryrefslogtreecommitdiff
path: root/java/dexpreopt_bootjars.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2022-08-19 10:57:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-08-19 10:57:42 +0000
commit29d16678469e3d24dbbd05f184e5c4e21ae859b0 (patch)
tree61ce72d104c9c7546a07f3a27afb201b77b9d3ee /java/dexpreopt_bootjars.go
parent736664571b62d699c1b20f8a2a698626ade0518e (diff)
parentd079e0b2708ce0f4cce470db929f28dd8d2b0e80 (diff)
Merge "Reformat build/soong for go 1.19"
Diffstat (limited to 'java/dexpreopt_bootjars.go')
-rw-r--r--java/dexpreopt_bootjars.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/dexpreopt_bootjars.go b/java/dexpreopt_bootjars.go
index b4cd07a78..4e416fc82 100644
--- a/java/dexpreopt_bootjars.go
+++ b/java/dexpreopt_bootjars.go
@@ -418,7 +418,6 @@ func (image *bootImageConfig) shouldInstallInApex() bool {
//
// The location is passed as an argument to the ART tools like dex2oat instead of the real path.
// ART tools will then reconstruct the architecture-specific real path.
-//
func (image *bootImageVariant) imageLocations() (imageLocationsOnHost []string, imageLocationsOnDevice []string) {
if image.extends != nil {
imageLocationsOnHost, imageLocationsOnDevice = image.extends.getVariant(image.target).imageLocations()