Lines Matching defs:Flags
170 Flags []string member
206 type Flags struct { struct
208 Local LocalOrGlobalFlags
210 Global LocalOrGlobalFlags
212 aidlFlags []string // Flags that apply to aidl source files
213 rsFlags []string // Flags that apply to renderscript source files
214 libFlags []string // Flags to add libraries early to the link order
215 extraLibFlags []string // Flags to add libraries late in the link order after LdFlags
216 TidyFlags []string // Flags that apply to clang-tidy
217 SAbiFlags []string // Flags that apply to header-abi-dumper
221 SystemIncludeFlags []string
223 Toolchain config.Toolchain
224 Tidy bool // True if clang-tidy is enabled.
225 GcovCoverage bool // True if coverage files should be generated.
226 SAbiDump bool // True if header abi dumps should be generated.
227 EmitXrefs bool // If true, generate Ninja rules to generate emitXrefs input files for Kythe
230 RequiredInstructionSet string
232 DynamicLinker string
234 CFlagsDeps android.Paths // Files depended on by compiler flags
235 LdFlagsDeps android.Paths // Files depended on by linker flags
238 AssemblerWithCpp bool
240 GroupStaticLibs bool
242 proto android.ProtoFlags
243 protoC bool // Whether to use C instead of C++
244 protoOptionsFile bool // Whether to look for a .options file next to the .proto
246 Yacc *YaccProperties
247 Lex *LexProperties