Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go328 FlagExporterInfo FlagExporterInfo member
366 type FlagExporterInfo struct { struct
367 IncludeDirs android.Paths // Include directories to be included with -I
368 SystemIncludeDirs android.Paths // System include directories to be included with -isystem
369 Flags []string // Exported raw flags.
370 Deps android.Paths
371 GeneratedHeaders android.Paths
/build/soong/rust/
Drust.go459 type FlagExporterInfo struct { struct
460 Flags []string
461 LinkDirs []string // TODO: this should be android.Paths
462 LinkObjects []string // TODO: this should be android.Paths