aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2024-01-19 19:59:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-19 19:59:24 +0000
commitb2a7161e70990b06033f5d27a12b5f317f0a827e (patch)
treeeb8f14390737962ccc2069d82118e2a4cef7c0f9
parent02c416825072b69ff3fc8d2b8246112dd7ddfcec (diff)
parent45e9a24a53ce2cf8449d37e17364f7753de7492d (diff)
downloadcsuite-b2a7161e70990b06033f5d27a12b5f317f0a827e.tar.gz
Remove SymlinkOutputs am: 45e9a24a53
Original change: https://android-review.googlesource.com/c/platform/test/app_compat/csuite/+/2916888 Change-Id: I81624d0a20792b173dfec085f072131ab1854ba3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--tools/csuite_test/csuite_test_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/csuite_test/csuite_test_test.go b/tools/csuite_test/csuite_test_test.go
index 58423fc..91edaf9 100644
--- a/tools/csuite_test/csuite_test_test.go
+++ b/tools/csuite_test/csuite_test_test.go
@@ -289,12 +289,8 @@ func getAllOutputPaths(params android.TestingBuildParams) android.WritablePaths
if params.ImplicitOutput != nil {
paths = append(paths, params.ImplicitOutput)
}
- if params.SymlinkOutput != nil {
- paths = append(paths, params.SymlinkOutput)
- }
paths = append(paths, params.Outputs...)
paths = append(paths, params.ImplicitOutputs...)
- paths = append(paths, params.SymlinkOutputs...)
return paths
}