diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/dexpreopt_bootjars_test.go | 2 |
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) |