Home
last modified time | relevance | path

Searched refs:Shared (Results 1 – 10 of 10) 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)}
Dvendor_snapshot.go194 if !sanitizable.Shared() && sanitizable.IsSanitizerEnabled(t) {
201 if !sanitizable.Static() && !sanitizable.Shared() && sanitizable.IsSanitizerEnabled(cfi) {
208 if sanitizable.Shared() {
381 if m.Shared() {
394 } else if m.Shared() {
Dlibrary.go137 Shared StaticOrSharedProperties `android:"arch_variant"` member
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…
1061 deps.StaticLibs = append(deps.StaticLibs, library.SharedProperties.Shared.Static_libs...)
1062 deps.SharedLibs = append(deps.SharedLibs, library.SharedProperties.Shared.Shared_libs...)
[all …]
Dlinkable.go221 Shared() bool methodSpec
Dprebuilt.go215 srcs = append(srcs, p.libraryDecorator.SharedProperties.Shared.Srcs...)
216 …srcs = append(srcs, srcsForSanitizer(sanitize, p.libraryDecorator.SharedProperties.Shared.Sanitize…
Dfuzz.go191 if !linkable.Shared() {
Dandroidmk.go135 c.CcLibraryInterface() && c.Shared() {
/build/soong/rust/
Dlibrary.go54 Shared VariantLibraryProperties `android:"arch_variant"` member
175 …return library.MutatedProperties.BuildShared && BoolDefault(library.Properties.Shared.Enabled, tru…
Drust.go209 func (mod *Module) Shared() bool { func
/build/soong/sdk/
Dupdate.go1461 if linkable.Shared() && linkable.Static() {
1463 } else if linkable.Shared() {