Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go371 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
372 if len(exportIncludeDirs) > 0 {
373 f := includeDirsToFlags(exportIncludeDirs)
442 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
444 for _, dir := range exportIncludeDirs.Strings() {
789 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
791 for _, dir := range exportIncludeDirs.Strings() {
/build/soong/androidmk/cmd/androidmk/
Dandroid.go49 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,
372 func exportIncludeDirs(ctx variableAssignmentContext) error { func