Home
last modified time | relevance | path

Searched refs:StripProperties (Results 1 – 10 of 10) sorted by relevance

/build/soong/cc/
Dstrip.go23 type StripProperties struct { struct
34 StripProperties StripProperties member
39 …return (!ctx.Config().EmbeddedInMake() || ctx.Device()) && !Bool(stripper.StripProperties.Strip.No…
47 if Bool(stripper.StripProperties.Strip.Keep_symbols) {
49 } else if Bool(stripper.StripProperties.Strip.Keep_symbols_and_debug_frame) {
51 } else if len(stripper.StripProperties.Strip.Keep_symbols_list) > 0 {
52 flags.stripKeepSymbolsList = strings.Join(stripper.StripProperties.Strip.Keep_symbols_list, ",")
53 } else if !Bool(stripper.StripProperties.Strip.All) {
Dtoolchain_library.go53 return append(props, &library.Properties, &library.stripper.StripProperties)
89 if library.stripper.StripProperties.Strip.Keep_symbols_list != nil {
Dvendor_public_library.go147 library.StripProperties.Strip.None = BoolPtr(true)
Dvndk_prebuilt.go216 library.StripProperties.Strip.None = BoolPtr(true)
Dllndk_library.go182 library.StripProperties.Strip.None = BoolPtr(true)
Dndk_library.go382 library.StripProperties.Strip.None = BoolPtr(true)
Dbinary.go112 &binary.stripper.StripProperties)
Dvendor_snapshot.go222 library.StripProperties.Strip.None = BoolPtr(true)
Dlibrary.go483 &library.stripper.StripProperties)
Dcc.go2992 &StripProperties{},