Home
last modified time | relevance | path

Searched refs:systemSharedLibs (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dobject.go163 systemSharedLibs := objectLinkerProps.System_shared_libs
164 if len(systemSharedLibs) > 0 {
165 systemSharedLibs = android.FirstUniqueStrings(systemSharedLibs)
167 systemDynamicDeps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, systemSharedLibs))
283 if specifiedDeps.systemSharedLibs == nil {
284 specifiedDeps.systemSharedLibs = object.Properties.System_shared_libs
286 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, object.Properties.System_s…
Dlinker.go620 if specifiedDeps.systemSharedLibs == nil {
621 specifiedDeps.systemSharedLibs = linker.Properties.System_shared_libs
623 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, linker.Properties.System_s…
Dbinary_sdk_member.go138 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
Dbp2build.go648 systemSharedLibs := props.System_shared_libs
652 if len(systemSharedLibs) > 0 {
653 systemSharedLibs = android.FirstUniqueStrings(systemSharedLibs)
655 la.systemDynamicDeps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, systemSharedLibs))
Dlibrary.go1338 if specifiedDeps.systemSharedLibs == nil {
1339 specifiedDeps.systemSharedLibs = properties.System_shared_libs
1341 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, properties.System_shared_l…
1345 if len(specifiedDeps.systemSharedLibs) > 0 {
1348 specifiedDeps.systemSharedLibs = android.FirstUniqueStrings(specifiedDeps.systemSharedLibs)
Dlibrary_sdk_member.go562 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
Dcc_test.go3279 systemSharedLibs := []string{"libc.so", "libm.so", "libdl.so"}
3280 for _, lib := range systemSharedLibs {
Dcc.go590 systemSharedLibs []string member