Home
last modified time | relevance | path

Searched defs:BaseCompilerProperties (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/cc/
H A Dcompiler.go98 Rtti *bool
103 C_std *string
108 Cpp_std *string
111 Gnu_extensions *bool
113 Yacc *YaccProperties
114 Lex *LexProperties
116 Aidl struct {
131 Renderscript struct {
142 Debug, Release struct {
148 Target struct {
[all …]
H A Drs.go99 func rsFlags(ctx ModuleContext, flags Flags, properties *BaseCompilerProperties) Flags {
/aosp12/build/soong/rust/
H A Dcompiler.go66 type BaseCompilerProperties struct { struct
77 Lints *string
80 Flags []string `android:"arch_variant"`
83 Ld_flags []string `android:"arch_variant"`
86 Rlibs []string `android:"arch_variant"`
89 Dylibs []string `android:"arch_variant"`
129 Cfgs []string `android:"arch_variant"`
132 Edition *string `android:"arch_variant"`
135 Stem *string `android:"arch_variant"`
138 Suffix *string `android:"arch_variant"`
[all …]