Lines Matching defs:builderFlags

345 type builderFlags struct {  struct
348 globalCommonFlags string
349 globalAsFlags string
350 globalYasmFlags string
351 globalCFlags string
352 globalToolingCFlags string // A separate set of cFlags for clang LibTooling tools
353 globalToolingCppFlags string // A separate set of cppFlags for clang LibTooling tools
354 globalConlyFlags string
355 globalCppFlags string
356 globalLdFlags string
359 localCommonFlags string
360 localAsFlags string
361 localYasmFlags string
362 localCFlags string
363 localToolingCFlags string // A separate set of cFlags for clang LibTooling tools
364 localToolingCppFlags string // A separate set of cppFlags for clang LibTooling tools
365 localConlyFlags string
366 localCppFlags string
367 localLdFlags string
369 libFlags string // Flags to add to the linker directly after specifying libraries to link.
370 extraLibFlags string // Flags to add to the linker last.
371 tidyFlags string // Flags that apply to clang-tidy
372 sAbiFlags string // Flags that apply to header-abi-dumps
373 aidlFlags string // Flags that apply to aidl source files
374 rsFlags string // Flags that apply to renderscript source files
375 toolchain config.Toolchain
378 tidy bool
379 gcovCoverage bool
380 sAbiDump bool
381 emitXrefs bool
383 assemblerWithCpp bool // True if .s files should be processed with the c preprocessor.
385 systemIncludeFlags string
388 groupStaticLibs bool
390 proto android.ProtoFlags
391 protoC bool // If true, compile protos as `.c` files. Otherwise, output as `.cc`.
392 protoOptionsFile bool // If true, output a proto options file.
394 yacc *YaccProperties
395 lex *LexProperties
441 flags builderFlags, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
691 flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths) {
734 …crtBegin, crtEnd android.OptionalPath, groupLate bool, flags builderFlags, outputFile android.Writ…
926 outputFile android.WritablePath, flags builderFlags) {
951 flags builderFlags, outputFile android.WritablePath, deps android.Paths) {
977 flags builderFlags, outputFile android.WritablePath) {