Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A 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 …]
H A Dimage.go249 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {
H A Drust.go209 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {