Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dprebuilt.go35 type prebuiltLibraryDecorator struct { struct
36 android.Prebuilt
38 *libraryDecorator
39 Properties PrebuiltProperties
154 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} {
159 …ilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
167 func (prebuilt *prebuiltLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags,
173 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
178 func (prebuilt *prebuiltLibraryDecorator) nativeCoverage() bool {
182 func (prebuilt *prebuiltLibraryDecorator) prebuiltSrcs() []string {
[all …]