Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_stub.go84 type apiLibraryDecorator struct { struct
85 *libraryDecorator
86 properties apiLibraryProperties
119 func (d *apiLibraryDecorator) Name(basename string) string {
125 func (d *apiLibraryDecorator) exportIncludes(ctx ModuleContext) {
136 func (d *apiLibraryDecorator) linkerInit(ctx BaseModuleContext) {
155 …braryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objects Objects) android.Path {
267 func (d *apiLibraryDecorator) shareStubs(ctx ModuleContext) {
288 func (d *apiLibraryDecorator) availableFor(what string) bool {
293 func (d *apiLibraryDecorator) hasApexStubs() bool {
[all …]