Lines Matching refs:SharedProperties
122 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…
821 deps.StaticLibs = append(deps.StaticLibs, library.SharedProperties.Shared.Static_libs...)
822 deps.SharedLibs = append(deps.SharedLibs, library.SharedProperties.Shared.Shared_libs...)
824 …deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, library.SharedProperties.Sha…
825 …deps.ReexportStaticLibHeaders = append(deps.ReexportStaticLibHeaders, library.SharedProperties.Sha…
858 properties = library.SharedProperties.Shared
1191 BoolDefault(library.SharedProperties.Shared.Enabled, true)
1360 list = library.SharedProperties.Shared.Apex_available
1429 len(sharedCompiler.SharedProperties.Shared.Cflags) == 0 &&
1431 len(sharedCompiler.SharedProperties.Shared.Whole_static_libs) == 0 &&
1433 len(sharedCompiler.SharedProperties.Shared.Static_libs) == 0 &&
1435 len(sharedCompiler.SharedProperties.Shared.Shared_libs) == 0 &&
1439 sharedCompiler.SharedProperties.Shared.System_shared_libs == nil {