Lines Matching refs:SharedProperties
136 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…
1061 deps.StaticLibs = append(deps.StaticLibs, library.SharedProperties.Shared.Static_libs...)
1062 deps.SharedLibs = append(deps.SharedLibs, library.SharedProperties.Shared.Shared_libs...)
1064 …deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, library.SharedProperties.Sha…
1065 …deps.ReexportStaticLibHeaders = append(deps.ReexportStaticLibHeaders, library.SharedProperties.Sha…
1112 properties = library.SharedProperties.Shared
1598 BoolDefault(library.SharedProperties.Shared.Enabled, true)
1841 list = library.SharedProperties.Shared.Apex_available
1926 len(sharedCompiler.SharedProperties.Shared.Cflags) == 0 &&
1928 len(sharedCompiler.SharedProperties.Shared.Whole_static_libs) == 0 &&
1930 len(sharedCompiler.SharedProperties.Shared.Static_libs) == 0 &&
1932 len(sharedCompiler.SharedProperties.Shared.Shared_libs) == 0 &&
1936 sharedCompiler.SharedProperties.Shared.System_shared_libs == nil {