diff options
author | 2025-03-04 10:56:25 +0000 | |
---|---|---|
committer | 2025-03-04 11:11:14 +0000 | |
commit | 98a34c97540dd6e781e9adf391135b408ccb9d3d (patch) | |
tree | 64bf1dcf362927d71d723dec748f0432d601d27d /filesystem/filesystem.go | |
parent | e0ce38b8105279869f0bdaab06238b5a7177a13f (diff) |
Fix path replacement logic for test_package
The original Makefile used patsubst for string replacement, which
replaces only the first matching pattern. To prevent unintended
modifications to other test paths, replace 'strings.ReplaceAll' with
'strings.Replace'.
Bug: 399246722
Test: m dist platform_tests
Change-Id: I692c7400fbba914e7b0c4cfe81ae7dd0d07b803f
Diffstat (limited to 'filesystem/filesystem.go')
0 files changed, 0 insertions, 0 deletions