Searched refs:prebuiltLibraryDecorator (Results 1 – 3 of 3) sorted by relevance
35 type prebuiltLibraryDecorator struct { struct71 var _ compiler = (*prebuiltLibraryDecorator)(nil)72 var _ exportedFlagsProducer = (*prebuiltLibraryDecorator)(nil)73 var _ rustPrebuilt = (*prebuiltLibraryDecorator)(nil)112 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {116 prebuilt := &prebuiltLibraryDecorator{126 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {130 prebuilt := &prebuiltLibraryDecorator{140 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {144 prebuilt := &prebuiltLibraryDecorator{[all …]
233 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {
203 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {