Home
last modified time | relevance | path

Searched refs:prebuiltLibraryDecorator (Results 1 – 3 of 3) sorted by relevance

/build/soong/rust/
Dprebuilt.go35 type prebuiltLibraryDecorator struct { struct
71 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 …]
Dimage.go233 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {
Drust.go203 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {