Merge "Add default_shared_libs property"

This commit is contained in:
Colin Cross
2021-06-30 14:27:20 +00:00
committed by Gerrit Code Review
5 changed files with 219 additions and 23 deletions

View File

@@ -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