Home
last modified time | relevance | path

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

/build/soong/cc/
Dbuilder.go419 type StripFlags struct { struct
420 Toolchain config.Toolchain
421 StripKeepSymbols bool
422 StripKeepSymbolsList string
423 StripKeepSymbolsAndDebugFrame bool
424 StripKeepMiniDebugInfo bool
425 StripAddGnuDebuglink bool
426 StripUseGnuStrip bool
1069 outputFile android.WritablePath, flags StripFlags) {