Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go34 type prebuiltLibraryDecorator struct { struct
35 *libraryDecorator
36 Properties PrebuiltProperties
90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} {
95 …lt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
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 {
121 func (prebuilt *prebuiltLibraryDecorator) prebuiltSrcs() []string {