Home
last modified time | relevance | path

Searched refs:NeedsStrip (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dstrip.go53 func (stripper *Stripper) NeedsStrip(actx android.ModuleContext) bool { func
Dvndk_prebuilt.go149 if p.stripper.NeedsStrip(ctx) {
Dprebuilt.go157 if p.stripper.NeedsStrip(ctx) {
470 if p.stripper.NeedsStrip(ctx) {
Dbinary.go358 if binary.stripper.NeedsStrip(ctx) {
390 if binary.stripper.NeedsStrip(ctx) {
Dlibrary.go1083 needsStrip := library.stripper.NeedsStrip(ctx)
1109 if library.stripper.NeedsStrip(ctx) {
/build/soong/rust/
Dbinary.go141 if binary.stripper.NeedsStrip(ctx) {
Dlibrary.go588 if !library.rlib() && !library.static() && library.stripper.NeedsStrip(ctx) {
/build/bazel/rules/cc/
Dstripped_cc_common.bzl33 # Keep this consistent with soong/cc/strip.go#NeedsStrip.