Searched refs:vndkPrebuiltLibraryDecorator (Results 1 – 5 of 5) sorted by relevance
74 type vndkPrebuiltLibraryDecorator struct { struct80 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string { argument84 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string { argument95 func (p *vndkPrebuiltLibraryDecorator) Version() string { argument99 func (p *vndkPrebuiltLibraryDecorator) arch() string { argument103 func (p *vndkPrebuiltLibraryDecorator) binderBit() string { argument110 func (p *vndkPrebuiltLibraryDecorator) SnapshotAndroidMkSuffix() string { argument114 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument119 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path { argument133 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext, argument[all …]
818 var _ SnapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
494 func (c *vndkPrebuiltLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Andr…
358 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.MatchesWithDevice(mctx.DeviceConfig…
1222 if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {