Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dlibrary.go276 type flagExporter struct { struct
277 Properties FlagExporterProperties
279 dirs android.Paths // Include directories to be included with -I
280 systemDirs android.Paths // System include directories to be included with -isystem
281 flags []string // Exported raw flags.
282 deps android.Paths
283 headers android.Paths
284 rustRlibDeps []RustRlibDep
290 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {
300 func (f *flagExporter) exportedSystemIncludes(ctx ModuleContext) android.Paths {
[all …]
/aosp_15_r20/build/soong/rust/
H A Drust.go478 type flagExporter struct { struct
479 linkDirs []string
480 ccLinkDirs []string
481 linkObjects []string
484 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {
488 func (flagExporter *flagExporter) exportLinkObjects(flags ...string) {
492 func (flagExporter *flagExporter) setProvider(ctx ModuleContext) {
H A Dproc_macro.go30 *flagExporter anonMember
H A Dlibrary.go109 *flagExporter anonMember