summaryrefslogtreecommitdiff
path: root/java/dexpreopt_bootjars_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2019-04-02 08:17:31 -0700
committer android-build-merger <android-build-merger@google.com> 2019-04-02 08:17:31 -0700
commit6c99a30bb7969cd720eeb1f53bd2d248fc39d3cc (patch)
tree549cd4b412aaf441f5f0ba9e8ca006eed221cdfc /java/dexpreopt_bootjars_test.go
parent5fc2f129fa18931abdd57c374c789f87219b39e0 (diff)
parent900574f0cd58388d128133e7e3fe8d6e85a21559 (diff)
Merge changes I7dd4ba7f,I7887a67a am: 92cc71606c
am: 900574f0cd Change-Id: Id39b1ad15d3beb89ba2fedfb41172a97690cb1ff
Diffstat (limited to 'java/dexpreopt_bootjars_test.go')
-rw-r--r--java/dexpreopt_bootjars_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/dexpreopt_bootjars_test.go b/java/dexpreopt_bootjars_test.go
index 141f7ba47..cbb52f15c 100644
--- a/java/dexpreopt_bootjars_test.go
+++ b/java/dexpreopt_bootjars_test.go
@@ -103,7 +103,7 @@ func TestDexpreoptBootJars(t *testing.T) {
expectedOutputs[i] = filepath.Join(buildDir, "test_device", expectedOutputs[i])
}
- outputs := bootArt.Outputs.Strings()
+ outputs := append(android.WritablePaths{bootArt.Output}, bootArt.ImplicitOutputs...).Strings()
sort.Strings(outputs)
sort.Strings(expectedOutputs)