Lines Matching defs:builderFlags
346 type builderFlags struct { struct
349 globalCommonFlags string
350 globalAsFlags string
351 globalYasmFlags string
352 globalCFlags string
353 globalToolingCFlags string // A separate set of cFlags for clang LibTooling tools
354 globalToolingCppFlags string // A separate set of cppFlags for clang LibTooling tools
355 globalConlyFlags string
356 globalCppFlags string
357 globalLdFlags string
360 localCommonFlags string
361 localAsFlags string
362 localYasmFlags string
363 localCFlags string
364 localToolingCFlags string // A separate set of cFlags for clang LibTooling tools
365 localToolingCppFlags string // A separate set of cppFlags for clang LibTooling tools
366 localConlyFlags string
367 localCppFlags string
368 localLdFlags string
370 libFlags string // Flags to add to the linker directly after specifying libraries to link.
371 extraLibFlags string // Flags to add to the linker last.
372 tidyFlags string // Flags that apply to clang-tidy
373 sAbiFlags string // Flags that apply to header-abi-dumps
374 aidlFlags string // Flags that apply to aidl source files
375 rsFlags string // Flags that apply to renderscript source files
376 toolchain config.Toolchain
379 tidy bool
380 needTidyFiles bool
381 gcovCoverage bool
382 sAbiDump bool
383 emitXrefs bool
385 assemblerWithCpp bool // True if .s files should be processed with the c preprocessor.
387 systemIncludeFlags string
389 proto android.ProtoFlags
390 protoC bool // If true, compile protos as `.c` files. Otherwise, output as `.cc`.
391 protoOptionsFile bool // If true, output a proto options file.
393 yacc *YaccProperties
394 lex *LexProperties
443 flags builderFlags, pathDeps android.Paths, cFlagsDeps android.Paths) Objects {
749 …flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths, validations android.Path…
793 groupLate bool, flags builderFlags, outputFile android.WritablePath,
969 flags builderFlags, outputFile android.WritablePath, deps android.Paths) {
995 flags builderFlags, outputFile android.WritablePath) {