Searched defs:flagExporter (Results 1 – 4 of 4) sorted by relevance
694 type flagExporter struct { struct695 Properties FlagExporterProperties697 dirs android.Paths // Include directories to be included with -I698 systemDirs android.Paths // System include directories to be included with -isystem699 flags []string // Exported raw flags.700 deps android.Paths701 headers android.Paths707 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {719 func (f *flagExporter) exportIncludes(ctx ModuleContext) {726 func (f *flagExporter) exportIncludesAsSystem(ctx ModuleContext) {[all …]
30 *flagExporter anonMember
507 type flagExporter struct { struct508 linkDirs []string509 linkObjects android.Paths510 libDeps android.Paths513 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {517 func (flagExporter *flagExporter) exportLinkObjects(flags ...android.Path) {521 func (flagExporter *flagExporter) exportLibDeps(paths ...android.Path) {525 func (flagExporter *flagExporter) setProvider(ctx ModuleContext) {
96 *flagExporter anonMember