Searched refs:systemSharedLibs (Results 1 – 8 of 8) sorted by relevance
/build/soong/cc/ |
D | object.go | 163 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…
|
D | linker.go | 620 if specifiedDeps.systemSharedLibs == nil { 621 specifiedDeps.systemSharedLibs = linker.Properties.System_shared_libs 623 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, linker.Properties.System_s…
|
D | binary_sdk_member.go | 138 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
|
D | bp2build.go | 648 systemSharedLibs := props.System_shared_libs 652 if len(systemSharedLibs) > 0 { 653 systemSharedLibs = android.FirstUniqueStrings(systemSharedLibs) 655 la.systemDynamicDeps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, systemSharedLibs))
|
D | library.go | 1338 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)
|
D | library_sdk_member.go | 562 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
|
D | cc_test.go | 3279 systemSharedLibs := []string{"libc.so", "libm.so", "libdl.so"} 3280 for _, lib := range systemSharedLibs {
|
D | cc.go | 590 systemSharedLibs []string member
|