Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dbuilder.go432 type StripFlags struct { struct
433 Toolchain config.Toolchain
434 StripKeepSymbols bool
435 StripKeepSymbolsList string
436 StripKeepSymbolsAndDebugFrame bool
437 StripKeepMiniDebugInfo bool
438 StripAddGnuDebuglink bool
439 StripUseGnuStrip bool
1109 outputFile android.WritablePath, flags StripFlags) {