Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go122 type SharedProperties struct { struct
330 SharedProperties SharedProperties member
486 props = append(props, &library.SharedProperties)
508 flags.Local.CFlags = append(flags.Local.CFlags, library.SharedProperties.Shared.Cflags...)
647 if len(library.SharedProperties.Shared.Srcs) > 0 {
663 len(library.SharedProperties.Shared.Srcs) + len(library.StaticProperties.Static.Srcs)
677 srcs := android.PathsForModuleSrc(ctx, library.SharedProperties.Shared.Srcs)
787 if library.SharedProperties.Shared.System_shared_libs != nil {
788 …library.baseLinker.Properties.System_shared_libs = library.SharedProperties.Shared.System_shared_l…
820 …deps.WholeStaticLibs = append(deps.WholeStaticLibs, library.SharedProperties.Shared.Whole_static_l…
[all …]
Dprebuilt.go184 srcs = append(srcs, p.libraryDecorator.SharedProperties.Shared.Srcs...)
Dcc.go2983 &SharedProperties{},