diff options
author | 2025-01-15 10:24:03 -0800 | |
---|---|---|
committer | 2025-01-15 10:24:03 -0800 | |
commit | 2ce2b5a34aaf17684694a97be19e2d3ec0f31127 (patch) | |
tree | 480e0883a867bb4c5ba7a3f2ae331e5a81ce2332 /filesystem/filesystem_test.go | |
parent | d92801438ecbd3f6058fa8de53d3923dc332c443 (diff) | |
parent | 1f0a5a181c26a8cf59e29dcc01706d7fa59237aa (diff) |
Merge "Create build rules for hermetic .img files" into main
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 33cddf87d..47d06f669 100644 --- a/filesystem/filesystem_test.go +++ b/filesystem/filesystem_test.go @@ -356,7 +356,7 @@ func TestFileSystemWithCoverageVariants(t *testing.T) { inputs.Strings(), "out/soong/.intermediates/libbar/android_arm64_armv8-a_shared_cov/libbar.so") - filesystemOutput := filesystem.Output("myfilesystem.img").Output + filesystemOutput := filesystem.OutputFiles(result.TestContext, t, "")[0] prebuiltInput := result.ModuleForTests("prebuilt", "android_arm64_armv8-a").Rule("Cp").Input if filesystemOutput != prebuiltInput { t.Error("prebuilt should use cov variant of filesystem") |