Lines Matching refs:libraryDecorator

78 	*libraryDecorator  anonMember
88 return p.libraryDecorator.linkerDeps(ctx, deps)
96 return p.libraryDecorator.linkerProps()
102 p.libraryDecorator.flagExporter.exportIncludes(ctx)
103 p.libraryDecorator.flagExporter.reexportDirs(deps.ReexportedDirs...)
104 p.libraryDecorator.flagExporter.reexportSystemDirs(deps.ReexportedSystemDirs...)
105 p.libraryDecorator.flagExporter.reexportFlags(deps.ReexportedFlags...)
106 p.libraryDecorator.flagExporter.reexportDeps(deps.ReexportedDeps...)
107 p.libraryDecorator.flagExporter.addExportedGeneratedHeaders(deps.ReexportedGeneratedHeaders...)
109 p.libraryDecorator.flagExporter.setProvider(ctx)
121 p.libraryDecorator.exportVersioningMacroIfNeeded(ctx)
137 libName := p.libraryDecorator.getLibName(ctx) + flags.Toolchain.ShlibSuffix()
159 importLibName := p.libraryDecorator.getLibName(ctx) + ".lib"
211 srcs = append(srcs, p.libraryDecorator.StaticProperties.Static.Srcs...)
212 …srcs = append(srcs, srcsForSanitizer(sanitize, p.libraryDecorator.StaticProperties.Static.Sanitize…
215 srcs = append(srcs, p.libraryDecorator.SharedProperties.Shared.Srcs...)
216 …srcs = append(srcs, srcsForSanitizer(sanitize, p.libraryDecorator.SharedProperties.Shared.Sanitize…
222 return p.libraryDecorator.shared()
238 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
243 libraryDecorator: library,
289 func NewPrebuiltSharedLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
306 func NewPrebuiltStaticLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
328 library *libraryDecorator