diff options
Diffstat (limited to 'android/testing.go')
-rw-r--r-- | android/testing.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/testing.go b/android/testing.go index b4008af37..7f443a395 100644 --- a/android/testing.go +++ b/android/testing.go @@ -37,6 +37,8 @@ func NewTestContext() *TestContext { ctx.SetNameInterface(nameResolver) + ctx.postDeps = append(ctx.postDeps, registerPathDepsMutator) + return ctx } |