Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go34 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
[all …]
Dimage.go231 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {
Drust.go165 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {