Merge "Remove use_gnu_strip option"
This commit is contained in:
@@ -27,7 +27,6 @@ type StripProperties struct {
|
||||
Keep_symbols *bool `android:"arch_variant"`
|
||||
Keep_symbols_list []string `android:"arch_variant"`
|
||||
Keep_symbols_and_debug_frame *bool `android:"arch_variant"`
|
||||
Use_gnu_strip *bool `android:"arch_variant"`
|
||||
} `android:"arch_variant"`
|
||||
}
|
||||
|
||||
@@ -54,9 +53,6 @@ func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.
|
||||
} else if !Bool(stripper.StripProperties.Strip.All) {
|
||||
flags.stripKeepMiniDebugInfo = true
|
||||
}
|
||||
if Bool(stripper.StripProperties.Strip.Use_gnu_strip) {
|
||||
flags.stripUseGnuStrip = true
|
||||
}
|
||||
if ctx.Config().Debuggable() && !flags.stripKeepMiniDebugInfo && !isStaticLib {
|
||||
flags.stripAddGnuDebuglink = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user