summaryrefslogtreecommitdiff
path: root/filesystem/filesystem_test.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-10 20:16:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-10 20:16:07 +0000
commit3747221ade705fbd54cd575a53d060f22de38b0d (patch)
treeb289d05a674fbd06b82dc08d216c555ba81cf7fa /filesystem/filesystem_test.go
parentad6918499ca4094acc5906f01572cd02116f0c53 (diff)
parent95db4499428f421571819699d92581e7422e7659 (diff)
Merge "Use partition intead of "root" to assemble filesystem artifacts" 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 0ed3870a6..2dcb23d3f 100644
--- a/filesystem/filesystem_test.go
+++ b/filesystem/filesystem_test.go
@@ -181,7 +181,7 @@ func TestFileSystemFillsLinkerConfigWithStubLibs(t *testing.T) {
`)
module := result.ModuleForTests("myfilesystem", "android_common")
- output := module.Output("out/soong/.intermediates/myfilesystem/android_common/root/system/etc/linker.config.pb")
+ output := module.Output("out/soong/.intermediates/myfilesystem/android_common/myfilesystem/system/etc/linker.config.pb")
fullCommand := output.RuleParams.Command
startIndex := strings.Index(fullCommand, "conv_linker_config")