Lines Matching refs:Shared
48 Shared StaticSharedLibraryProperties `android:"arch_variant"` member
334 flags.CFlags = append(flags.CFlags, library.Properties.Shared.Cflags...)
436 if len(library.Properties.Shared.Srcs) > 0 {
451 ….baseCompiler.Properties.Srcs) + len(deps.GeneratedSources) + len(library.Properties.Shared.Srcs) +
466 srcs := android.PathsForModuleSrc(ctx, library.Properties.Shared.Srcs)
550 if library.Properties.Shared.System_shared_libs != nil {
551 library.baseLinker.Properties.System_shared_libs = library.Properties.Shared.System_shared_libs
583 …deps.WholeStaticLibs = append(deps.WholeStaticLibs, library.Properties.Shared.Whole_static_libs...)
584 deps.StaticLibs = append(deps.StaticLibs, library.Properties.Shared.Static_libs...)
585 deps.SharedLibs = append(deps.SharedLibs, library.Properties.Shared.Shared_libs...)
587 …deps.ReexportSharedLibHeaders = append(deps.ReexportSharedLibHeaders, library.Properties.Shared.Ex…
588 …deps.ReexportStaticLibHeaders = append(deps.ReexportStaticLibHeaders, library.Properties.Shared.Ex…
891 …return library.MutatedProperties.BuildShared && BoolDefault(library.Properties.Shared.Enabled, tru…
1061 len(sharedCompiler.Properties.Shared.Cflags) == 0 &&
1063 len(sharedCompiler.Properties.Shared.Whole_static_libs) == 0 &&
1065 len(sharedCompiler.Properties.Shared.Static_libs) == 0 &&
1067 len(sharedCompiler.Properties.Shared.Shared_libs) == 0 &&
1069 sharedCompiler.Properties.Shared.System_shared_libs == nil {