Home
last modified time | relevance | path

Searched refs:Export_include_dirs (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dbp2build.go419 includeDirs = append(includeDirs, libraryDecorator.flagExporter.Properties.Export_include_dirs...)
425 archIncludeDirs = append(archIncludeDirs, flagExporterProperties.Export_include_dirs...)
440 osIncludeDirs = append(osIncludeDirs, flagExporterProperties.Export_include_dirs...)
Dlibrary.go189 Export_include_dirs []string `android:"arch_variant"` member
395 return android.PathsForModuleSrc(ctx, f.Properties.Export_include_dirs)
1478 library.flagExporter.Properties.Export_include_dirs = override
1484 library.flagExporter.Properties.Export_include_dirs...)
1485 library.flagExporter.Properties.Export_include_dirs = nil
1493 library.flagExporter.Properties.Export_include_dirs = override
Dsnapshot_prebuilt.go517 Export_include_dirs []string `android:"arch_variant"` member
584 …p.libraryDecorator.reexportDirs(android.PathsForModuleSrc(ctx, p.properties.Export_include_dirs)..…
/build/soong/genrule/
Dgenrule.go140 Export_include_dirs []string member
252 if len(g.properties.Export_include_dirs) > 0 {
253 for _, dir := range g.properties.Export_include_dirs {
/build/soong/java/
Dbase.go206 Export_include_dirs []string
657 android.PathsForModuleSrc(ctx, j.deviceProperties.Aidl.Export_include_dirs)...)
836 …exportAidlIncludeDirs = android.PathsForModuleSrc(ctx, j.deviceProperties.Aidl.Export_include_dirs)
Djava.go1162 Export_include_dirs []string
1319 j.exportAidlIncludeDirs = android.PathsForModuleSrc(ctx, j.properties.Aidl.Export_include_dirs)