Lines Matching refs:prebuiltLibraryDecorator
34 type prebuiltLibraryDecorator struct { struct
39 var _ compiler = (*prebuiltLibraryDecorator)(nil)
40 var _ exportedFlagsProducer = (*prebuiltLibraryDecorator)(nil)
57 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
61 prebuilt := &prebuiltLibraryDecorator{
68 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
72 prebuilt := &prebuiltLibraryDecorator{
79 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
83 prebuilt := &prebuiltLibraryDecorator{
90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { argument
95 func (prebuilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) an… argument
106 func (prebuilt *prebuiltLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags, argument
112 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument
117 func (prebuilt *prebuiltLibraryDecorator) nativeCoverage() bool { argument
121 func (prebuilt *prebuiltLibraryDecorator) prebuiltSrcs() []string { argument