Home
last modified time | relevance | path

Searched refs:staticLibs (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dprebuilt.go340 staticLibs := ccInfo.CcStaticLibraryFiles
341 if len(staticLibs) > 1 {
342 ctx.ModuleErrorf("expected 1 static library from bazel target %q, got %s", label, staticLibs)
356 if len(staticLibs) == 0 {
361 out := android.PathForBazelOut(ctx, staticLibs[0])
Dbuilder.go733 objFiles, sharedLibs, staticLibs, lateStaticLibs, wholeStaticLibs, deps android.Paths, argument
754 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 {
757 libFlagsList = append(libFlagsList, staticLibs.Strings()...)
758 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 {
778 deps = append(deps, staticLibs...)
Dsnapshot_prebuilt.go354 staticLibs := collectSnapshotMap(s.properties.Static_libs, snapshotSuffix, snapshotStaticSuffix)
365 StaticLibs: staticLibs,