Home
last modified time | relevance | path

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

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