Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dprebuilt.go34 type prebuiltLibraryDecorator struct { struct
39 var _ compiler = (*prebuiltLibraryDecorator)(nil)
40 var _ exportedFlagsProducer = (*prebuiltLibraryDecorator)(nil)
61 prebuilt := &prebuiltLibraryDecorator{
72 prebuilt := &prebuiltLibraryDecorator{
83 prebuilt := &prebuiltLibraryDecorator{
90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} {
106 func (prebuilt *prebuiltLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags,
112 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
117 func (prebuilt *prebuiltLibraryDecorator) nativeCoverage() bool {
[all …]
H A Dimage.go231 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {
H A Drust.go165 if _, ok := mod.compiler.(*prebuiltLibraryDecorator); ok {