aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}