Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go210 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths { func
219 includeDirs := f.exportedIncludes(ctx)
371 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
413 var exportedIncludes []string
416 exportedIncludes = append(exportedIncludes, flag)
419 return exportedIncludes
442 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
789 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)