Searched defs:FlagExporterInfo (Results 1 – 2 of 2) sorted by relevance
328 FlagExporterInfo FlagExporterInfo member366 type FlagExporterInfo struct { struct367 IncludeDirs android.Paths // Include directories to be included with -I368 SystemIncludeDirs android.Paths // System include directories to be included with -isystem369 Flags []string // Exported raw flags.370 Deps android.Paths371 GeneratedHeaders android.Paths
459 type FlagExporterInfo struct { struct460 Flags []string461 LinkDirs []string // TODO: this should be android.Paths462 LinkObjects []string // TODO: this should be android.Paths