Lines Matching defs:builderFlags

377 type builderFlags struct {  struct
380 globalCommonFlags string
381 globalAsFlags string
382 globalYasmFlags string
383 globalCFlags string
384 globalToolingCFlags string // A separate set of cFlags for clang LibTooling tools
385 globalToolingCppFlags string // A separate set of cppFlags for clang LibTooling tools
386 globalConlyFlags string
387 globalCppFlags string
388 globalLdFlags string
391 localCommonFlags string
392 localAsFlags string
393 localYasmFlags string
394 localCFlags string
395 localToolingCFlags string // A separate set of cFlags for clang LibTooling tools
396 localToolingCppFlags string // A separate set of cppFlags for clang LibTooling tools
397 localConlyFlags string
398 localCppFlags string
399 localLdFlags string
401 noOverrideFlags string // Flags appended at the end so they are not overridden.
402 libFlags string // Flags to add to the linker directly after specifying libraries to link.
403 extraLibFlags string // Flags to add to the linker last.
404 tidyFlags string // Flags that apply to clang-tidy
405 sAbiFlags string // Flags that apply to header-abi-dumps
406 aidlFlags string // Flags that apply to aidl source files
407 rsFlags string // Flags that apply to renderscript source files
408 toolchain config.Toolchain
411 tidy bool
412 needTidyFiles bool
413 gcovCoverage bool
414 sAbiDump bool
415 emitXrefs bool
416 clangVerify bool
418 assemblerWithCpp bool // True if .s files should be processed with the c preprocessor.
420 systemIncludeFlags string
422 proto android.ProtoFlags
423 protoC bool // If true, compile protos as `.c` files. Otherwise, output as `.cc`.
424 protoOptionsFile bool // If true, output a proto options file.
426 yacc *YaccProperties
427 lex *LexProperties
476 flags builderFlags, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
771flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths, validations android.Path…
860 groupLate bool, flags builderFlags, outputFile android.WritablePath,
1050 flags builderFlags, outputFile android.WritablePath, deps android.Paths) {
1076 flags builderFlags, outputFile android.WritablePath) {