Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dlinker.go578 if specifiedDeps.systemSharedLibs == nil {
579 specifiedDeps.systemSharedLibs = linker.Properties.System_shared_libs
581 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, linker.Properties.System_s…
H A Dbinary_sdk_member.go138 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
H A Dlibrary.go1119 if specifiedDeps.systemSharedLibs == nil {
1120 specifiedDeps.systemSharedLibs = properties.System_shared_libs
1122 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, properties.System_shared_l…
1126 if len(specifiedDeps.systemSharedLibs) > 0 {
1129 specifiedDeps.systemSharedLibs = android.FirstUniqueStrings(specifiedDeps.systemSharedLibs)
H A Dlibrary_sdk_member.go464 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
H A Dcc_test.go3331 systemSharedLibs := []string{"libc.so", "libm.so", "libdl.so"}
3332 for _, lib := range systemSharedLibs {
H A Dcc.go569 systemSharedLibs []string member