Searched refs:prebuiltLibraryDecorator (Results 1 – 3 of 3) sorted by relevance
34 type prebuiltLibraryDecorator struct { struct39 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[all …]
231 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {
165 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {