Home
last modified time | relevance | path

Searched refs:SharedProperties (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dbp2build.go74 allDeps = append(allDeps, lib.SharedProperties.Shared.Static_libs...)
75 allDeps = append(allDeps, lib.SharedProperties.Shared.Whole_static_libs...)
76 allDeps = append(allDeps, lib.SharedProperties.Shared.Shared_libs...)
77 allDeps = append(allDeps, lib.SharedProperties.Shared.System_shared_libs...)
103 copts := bazel.StringListAttribute{Value: lib.SharedProperties.Shared.Cflags}
106 Value: android.BazelLabelForModuleSrc(ctx, lib.SharedProperties.Shared.Srcs)}
109 Value: android.BazelLabelForModuleDeps(ctx, lib.SharedProperties.Shared.Static_libs)}
112 Value: android.BazelLabelForModuleDeps(ctx, lib.SharedProperties.Shared.Shared_libs)}
115 Value: android.BazelLabelForModuleDeps(ctx, lib.SharedProperties.Shared.Whole_static_libs)}
Dlibrary.go136 type SharedProperties struct { struct
467 SharedProperties SharedProperties member
697 props = append(props, &library.SharedProperties)
722 flags.Local.CFlags = append(flags.Local.CFlags, library.SharedProperties.Shared.Cflags...)
851 if len(library.SharedProperties.Shared.Srcs) > 0 {
867 len(library.SharedProperties.Shared.Srcs) + len(library.StaticProperties.Static.Srcs)
881 srcs := android.PathsForModuleSrc(ctx, library.SharedProperties.Shared.Srcs)
1040 if library.SharedProperties.Shared.System_shared_libs != nil {
1041 …library.baseLinker.Properties.System_shared_libs = library.SharedProperties.Shared.System_shared_l…
1060 …deps.WholeStaticLibs = append(deps.WholeStaticLibs, library.SharedProperties.Shared.Whole_static_l…
[all …]
Dprebuilt.go215 srcs = append(srcs, p.libraryDecorator.SharedProperties.Shared.Srcs...)
216 …srcs = append(srcs, srcsForSanitizer(sanitize, p.libraryDecorator.SharedProperties.Shared.Sanitize…
Dcc.go3338 &SharedProperties{},