Home
last modified time | relevance | path

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

/build/soong/rust/
Dsnapshot_prebuilt.go28 type snapshotLibraryDecorator struct { struct
29 cc.BaseSnapshotDecorator
30 *libraryDecorator
31 properties cc.SnapshotLibraryProperties
32 sanitizerProperties struct {
72 …ary *snapshotLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
95 …shotLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath {
117 func (library *snapshotLibraryDecorator) MatchesWithDevice(config android.DeviceConfig) bool {
128 func (library *snapshotLibraryDecorator) IsSnapshotPrebuilt() bool {
/build/soong/cc/
Dsnapshot_prebuilt.go409 type snapshotLibraryDecorator struct { struct
410 BaseSnapshotDecorator
411 *libraryDecorator
412 properties SnapshotLibraryProperties
413 sanitizerProperties struct {
424 func (p *snapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
429 func (p *snapshotLibraryDecorator) MatchesWithDevice(config android.DeviceConfig) bool {
443 …tLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path {
515 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) {
521 func (p *snapshotLibraryDecorator) nativeCoverage() bool {
[all …]