Searched refs:Shared (Results 1 – 10 of 10) sorted by relevance
/build/soong/cc/ |
D | bp2build.go | 74 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)}
|
D | vendor_snapshot.go | 194 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() {
|
D | library.go | 137 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 …]
|
D | linkable.go | 221 Shared() bool methodSpec
|
D | prebuilt.go | 215 srcs = append(srcs, p.libraryDecorator.SharedProperties.Shared.Srcs...) 216 …srcs = append(srcs, srcsForSanitizer(sanitize, p.libraryDecorator.SharedProperties.Shared.Sanitize…
|
D | fuzz.go | 191 if !linkable.Shared() {
|
D | androidmk.go | 135 c.CcLibraryInterface() && c.Shared() {
|
/build/soong/rust/ |
D | library.go | 54 Shared VariantLibraryProperties `android:"arch_variant"` member 175 …return library.MutatedProperties.BuildShared && BoolDefault(library.Properties.Shared.Enabled, tru…
|
D | rust.go | 209 func (mod *Module) Shared() bool { func
|
/build/soong/sdk/ |
D | update.go | 1461 if linkable.Shared() && linkable.Static() { 1463 } else if linkable.Shared() {
|