Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsnapshot_prebuilt.go537 type snapshotLibraryDecorator struct { struct
549 func (p *snapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
554 func (p *snapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
631 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) {
637 func (p *snapshotLibraryDecorator) nativeCoverage() bool {
641 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool {
650 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {
662 …shotLibraryFactory(image snapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDecorator) {
669 prebuilt := &snapshotLibraryDecorator{
754 var _ snapshotSanitizer = (*snapshotLibraryDecorator)(nil)
[all …]
H A Dandroidmk.go514 func (c *snapshotLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidM…
H A Dsanitize.go981 if p, ok := d.linker.(*snapshotLibraryDecorator); ok {