Loading cc/cc_test.go +5 −5 Original line number Diff line number Diff line Loading @@ -4046,12 +4046,12 @@ func TestIncludeDirectoryOrdering(t *testing.T) { "${config.ArmToolchainClangCflags}", "${config.ArmClangArmv7ANeonCflags}", "${config.ArmClangGenericCflags}", "android_arm_export_include_dirs", "lib32_export_include_dirs", "arm_export_include_dirs", "android_export_include_dirs", "linux_export_include_dirs", "export_include_dirs", "linux_export_include_dirs", "android_export_include_dirs", "arm_export_include_dirs", "lib32_export_include_dirs", "android_arm_export_include_dirs", "android_arm_local_include_dirs", "lib32_local_include_dirs", "arm_local_include_dirs", Loading cc/compiler.go +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ type BaseCompilerProperties struct { // list of generated headers to add to the include path. These are the names // of genrule modules. Generated_headers []string `android:"arch_variant,variant_prepend"` Generated_headers []string `android:"arch_variant"` // pass -frtti instead of -fno-rtti Rtti *bool Loading cc/library.go +2 −2 Original line number Diff line number Diff line Loading @@ -184,11 +184,11 @@ type FlagExporterProperties struct { // be added to the include path (using -I) for this module and any module that links // against this module. Directories listed in export_include_dirs do not need to be // listed in local_include_dirs. Export_include_dirs []string `android:"arch_variant,variant_prepend"` Export_include_dirs []string `android:"arch_variant"` // list of directories that will be added to the system include path // using -isystem for this module and any module that links against this module. Export_system_include_dirs []string `android:"arch_variant,variant_prepend"` Export_system_include_dirs []string `android:"arch_variant"` Target struct { Vendor, Product struct { Loading Loading
cc/cc_test.go +5 −5 Original line number Diff line number Diff line Loading @@ -4046,12 +4046,12 @@ func TestIncludeDirectoryOrdering(t *testing.T) { "${config.ArmToolchainClangCflags}", "${config.ArmClangArmv7ANeonCflags}", "${config.ArmClangGenericCflags}", "android_arm_export_include_dirs", "lib32_export_include_dirs", "arm_export_include_dirs", "android_export_include_dirs", "linux_export_include_dirs", "export_include_dirs", "linux_export_include_dirs", "android_export_include_dirs", "arm_export_include_dirs", "lib32_export_include_dirs", "android_arm_export_include_dirs", "android_arm_local_include_dirs", "lib32_local_include_dirs", "arm_local_include_dirs", Loading
cc/compiler.go +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ type BaseCompilerProperties struct { // list of generated headers to add to the include path. These are the names // of genrule modules. Generated_headers []string `android:"arch_variant,variant_prepend"` Generated_headers []string `android:"arch_variant"` // pass -frtti instead of -fno-rtti Rtti *bool Loading
cc/library.go +2 −2 Original line number Diff line number Diff line Loading @@ -184,11 +184,11 @@ type FlagExporterProperties struct { // be added to the include path (using -I) for this module and any module that links // against this module. Directories listed in export_include_dirs do not need to be // listed in local_include_dirs. Export_include_dirs []string `android:"arch_variant,variant_prepend"` Export_include_dirs []string `android:"arch_variant"` // list of directories that will be added to the system include path // using -isystem for this module and any module that links against this module. Export_system_include_dirs []string `android:"arch_variant,variant_prepend"` Export_system_include_dirs []string `android:"arch_variant"` Target struct { Vendor, Product struct { Loading