Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_stub.go82 type apiLibraryDecorator struct { struct
83 *libraryDecorator
84 properties apiLibraryProperties
117 func (d *apiLibraryDecorator) Name(basename string) string {
123 func (d *apiLibraryDecorator) exportIncludes(ctx ModuleContext) {
134 func (d *apiLibraryDecorator) linkerInit(ctx BaseModuleContext) {
153 …braryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objects Objects) android.Path {
260 func (d *apiLibraryDecorator) shareStubs(ctx ModuleContext) {
281 func (d *apiLibraryDecorator) availableFor(what string) bool {
286 func (d *apiLibraryDecorator) hasApexStubs() bool {
[all …]