Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go546 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
547 if len(exportIncludeDirs) > 0 {
548 f := includeDirsToFlags(exportIncludeDirs)
653 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
655 for _, dir := range exportIncludeDirs.Strings() {
1090 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
1092 for _, dir := range exportIncludeDirs.Strings() {
/build/soong/androidmk/androidmk/
Dandroid.go53 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,
381 func exportIncludeDirs(ctx variableAssignmentContext) error { func