Lines Matching refs:libraryDecorator
63 *libraryDecorator anonMember
73 return p.libraryDecorator.linkerDeps(ctx, deps)
81 return p.libraryDecorator.linkerProps()
88 p.libraryDecorator.exportIncludes(ctx, "-I")
89 p.libraryDecorator.reexportFlags(deps.ReexportedFlags)
90 p.libraryDecorator.reexportDeps(deps.ReexportedFlagsDeps)
119 return p.libraryDecorator.shared()
137 func NewPrebuiltSharedLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
143 libraryDecorator: library,
164 func NewPrebuiltStaticLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
170 libraryDecorator: library,