Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go537 type snapshotLibraryDecorator struct { struct
538 baseSnapshotDecorator
539 *libraryDecorator
540 properties snapshotLibraryProperties
541 sanitizerProperties struct {
549 func (p *snapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
554 func (p *snapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
568 …tLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path {
631 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) {
637 func (p *snapshotLibraryDecorator) nativeCoverage() bool {
[all …]