Searched refs:exportIncludeDirs (Results 1 – 3 of 3) sorted by relevance
183 …exportIncludeDirs := append(d.libraryDecorator.flagExporter.Properties.Export_include_dirs.GetOrDe…188 proptools.NewConfigurableCase[[]string](nil, &exportIncludeDirs),
509 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)510 if len(exportIncludeDirs) > 0 {511 f := includeDirsToFlags(exportIncludeDirs)1216 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx).Strings()1217 exportIncludeDirs = append(exportIncludeDirs, library.sabi.Properties.ReexportedIncludes...)1221 return append(exportIncludeDirs, exportSystemIncludeDirs...)
55 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,406 func exportIncludeDirs(ctx variableAssignmentContext) error { func