diff options
| author | 2025-02-12 10:38:49 -0800 | |
|---|---|---|
| committer | 2025-02-12 10:38:49 -0800 | |
| commit | a8e5fbe99c5f7ceb76886d96d9811848fa81779e (patch) | |
| tree | 6ceaf7a9b85725abc9829803912b6f99e3813d1b /filesystem/filesystem_test.go | |
| parent | 6f5c3259e11e468d22a359377ec0e6fcf9ffd748 (diff) | |
| parent | d8db8faba62a3cb77f75294e96deda9e53c15786 (diff) | |
Merge "Include hermetic .img files in target_files.zip" into main am: d8db8faba6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3489814
Change-Id: Iaa3de5720726618391c8fb22b22c301c860dd62e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'filesystem/filesystem_test.go')
| -rw-r--r-- | filesystem/filesystem_test.go | 2 |
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") |