Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go390 Export_system_include_dirs []string `android:"arch_variant"` member
464 …ator.reexportSystemDirs(android.PathsForModuleSrc(ctx, p.properties.Export_system_include_dirs)...)
Dlibrary.go200 Export_system_include_dirs []string `android:"arch_variant,variant_prepend"` member
519 … = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_include_dirs)...)
527 … = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_include_dirs)...)
1704 library.flagExporter.Properties.Export_system_include_dirs = append(
1705 library.flagExporter.Properties.Export_system_include_dirs,
Dbp2build.go868 if len(flagExporterProperties.Export_system_include_dirs) > 0 {
869 …d.SystemIncludes.SelectValue(axis, config), flagExporterProperties.Export_system_include_dirs...)))