Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go179 … func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedSystemIncludeDirs },
333 ExportedSystemIncludeDirs android.Paths `android:"arch_variant"` member
386 dirs := append(android.Paths(nil), ccModule.ExportedSystemIncludeDirs()...)
387 p.ExportedSystemIncludeDirs = android.FirstUniquePaths(dirs)
Dcc.go1031 func (c *Module) ExportedSystemIncludeDirs() android.Paths { func
/build/soong/rust/
Drust.go847 ….depSystemIncludePaths = append(depPaths.depSystemIncludePaths, mod.ExportedSystemIncludeDirs()...)
859 ….depSystemIncludePaths = append(depPaths.depSystemIncludePaths, mod.ExportedSystemIncludeDirs()...)