Home
last modified time | relevance | path

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

/build/soong/cc/
Dstrip.go53 func (stripper *Stripper) NeedsStrip(actx android.ModuleContext) bool { func
Dvndk_prebuilt.go150 if p.stripper.NeedsStrip(ctx) {
Dprebuilt.go141 if p.stripper.NeedsStrip(ctx) {
467 if p.stripper.NeedsStrip(ctx) {
Dbinary.go362 if binary.stripper.NeedsStrip(ctx) {
394 if binary.stripper.NeedsStrip(ctx) {
Dlibrary.go1242 needsStrip := library.stripper.NeedsStrip(ctx)
1268 if library.stripper.NeedsStrip(ctx) {
/build/soong/rust/
Dlibrary.go474 if !library.rlib() && !library.static() && library.stripper.NeedsStrip(ctx) {