Home
last modified time | relevance | path

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

/build/soong/cc/
Dbuilder.go400 type StripFlags struct { struct
401 Toolchain config.Toolchain
402 StripKeepSymbols bool
403 StripKeepSymbolsList string
404 StripKeepSymbolsAndDebugFrame bool
405 StripKeepMiniDebugInfo bool
406 StripAddGnuDebuglink bool
407 StripUseGnuStrip bool
995 outputFile android.WritablePath, flags StripFlags) {