diff options
author | 2024-12-10 23:30:13 +0000 | |
---|---|---|
committer | 2024-12-10 23:30:13 +0000 | |
commit | 8166813576222084d266c8900e9395b071af0e04 (patch) | |
tree | 6ed3e292ab188b2da2aac026641afdf85dd002c7 /filesystem/filesystem_test.go | |
parent | e444cbc815f96559fb0918f9b54f5f40953a2cf2 (diff) | |
parent | 135904463f96f81bd7ef7696569b02ebb61c8195 (diff) |
Merge "Revert "Use partition intead of "root" to assemble filesystem artifacts"" 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 2dcb23d3f..0ed3870a6 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/myfilesystem/system/etc/linker.config.pb") + output := module.Output("out/soong/.intermediates/myfilesystem/android_common/root/system/etc/linker.config.pb") fullCommand := output.RuleParams.Command startIndex := strings.Index(fullCommand, "conv_linker_config") |