diff options
author | 2024-12-10 22:25:23 +0000 | |
---|---|---|
committer | 2024-12-10 22:25:23 +0000 | |
commit | 135904463f96f81bd7ef7696569b02ebb61c8195 (patch) | |
tree | 5ef00e68d76f138b49cc6dfea7d67a27edbe7ec0 /filesystem/filesystem_test.go | |
parent | 95db4499428f421571819699d92581e7422e7659 (diff) |
Revert "Use partition intead of "root" to assemble filesystem artifacts"
This reverts commit 95db4499428f421571819699d92581e7422e7659.
Reason for revert: DroidMonitor: Potential culprit for http://b/383376688 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Change-Id: I0d15b234381278f54e0504473d82ec4f14f81fac
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") |