summaryrefslogtreecommitdiff
path: root/filesystem/filesystem_test.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2025-02-12 10:30:51 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-02-12 10:30:51 -0800
commitd8db8faba62a3cb77f75294e96deda9e53c15786 (patch)
tree6ceaf7a9b85725abc9829803912b6f99e3813d1b /filesystem/filesystem_test.go
parentd604240a568f94ae6edbba7c1a38ebc28e1653f3 (diff)
parent5ef1a9ca49b520fb82a64f360820811edc79462e (diff)
Merge "Include hermetic .img files in target_files.zip" into main
Diffstat (limited to 'filesystem/filesystem_test.go')
-rw-r--r--filesystem/filesystem_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go
index d9bf24299..37260c17d 100644
--- a/filesystem/filesystem_test.go
+++ b/filesystem/filesystem_test.go
@@ -332,7 +332,7 @@ func TestFileSystemWithCoverageVariants(t *testing.T) {
`)
filesystem := result.ModuleForTests("myfilesystem", "android_common_cov")
- inputs := filesystem.Output("myfilesystem.img").Implicits
+ inputs := filesystem.Output("staging_dir.timestamp").Implicits
android.AssertStringListContains(t, "filesystem should have libfoo(cov)",
inputs.Strings(),
"out/soong/.intermediates/libfoo/android_arm64_armv8-a_shared_cov/libfoo.so")