Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go37 type prebuiltLibraryDecorator struct { struct
38 android.Prebuilt
40 *libraryDecorator
41 Properties PrebuiltProperties
156 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} {
161 …ilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
169 func (prebuilt *prebuiltLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags,
175 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
180 func (prebuilt *prebuiltLibraryDecorator) nativeCoverage() bool {
184 func (prebuilt *prebuiltLibraryDecorator) prebuiltSrcs() []string {
[all …]