Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go232 exportIncludeDirs := map[string]bool{}
235 exportIncludeDirs[filepath.Dir(bazelOutputFile)] = true
239 for includePath, _ := range exportIncludeDirs {
/build/soong/cc/
Dlibrary.go763 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
764 if len(exportIncludeDirs) > 0 {
765 f := includeDirsToFlags(exportIncludeDirs)
857 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
859 for _, dir := range exportIncludeDirs.Strings() {
1403 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
1405 for _, dir := range exportIncludeDirs.Strings() {
/build/soong/androidmk/androidmk/
Dandroid.go53 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,
385 func exportIncludeDirs(ctx variableAssignmentContext) error { func