aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/mutator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/mutator.go b/android/mutator.go
index 64d9fddb..b9c44e83 100644
--- a/android/mutator.go
+++ b/android/mutator.go
@@ -205,7 +205,7 @@ func (mutator *mutator) Parallel() MutatorHandle {
}
func depsMutator(ctx BottomUpMutatorContext) {
- if m, ok := ctx.Module().(Module); ok {
+ if m, ok := ctx.Module().(Module); ok && m.Enabled() {
m.DepsMutator(ctx)
}
}