summaryrefslogtreecommitdiff
path: root/cc/cc.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2021-06-30 14:27:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-06-30 14:27:20 +0000
commite19e6196b9ae292bbb541674f1c9600b2c5b3cdc (patch)
treecfc32fca174e2abc6bd141d8ff30ead80426577e /cc/cc.go
parent1dfd1039a56d8cb978a5762810ea5904e05ee6db (diff)
parent9ecb42dd31d61ca77e622fb0c7fc39cd2677f80c (diff)
Merge "Add default_shared_libs property"
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 15cb39a77..0aa101458 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -571,7 +571,8 @@ type specifiedDeps struct {
sharedLibs []string
// Note nil and [] are semantically distinct. [] prevents linking against the defaults (usually
// libc, libm, etc.)
- systemSharedLibs []string
+ systemSharedLibs []string
+ defaultSharedLibs []string
}
// installer is the interface for an installer helper object. This helper is responsible for