Searched refs:systemSharedLibs (Results 1 – 6 of 6) sorted by relevance
578 if specifiedDeps.systemSharedLibs == nil {579 specifiedDeps.systemSharedLibs = linker.Properties.System_shared_libs581 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, linker.Properties.System_s…
138 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
1119 if specifiedDeps.systemSharedLibs == nil {1120 specifiedDeps.systemSharedLibs = properties.System_shared_libs1122 …specifiedDeps.systemSharedLibs = append(specifiedDeps.systemSharedLibs, properties.System_shared_l…1126 if len(specifiedDeps.systemSharedLibs) > 0 {1129 specifiedDeps.systemSharedLibs = android.FirstUniqueStrings(specifiedDeps.systemSharedLibs)
464 p.SystemSharedLibs = specifiedDeps.systemSharedLibs
3331 systemSharedLibs := []string{"libc.so", "libm.so", "libdl.so"}3332 for _, lib := range systemSharedLibs {
569 systemSharedLibs []string member