diff options
Diffstat (limited to 'android/namespace_test.go')
-rw-r--r-- | android/namespace_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/namespace_test.go b/android/namespace_test.go index 604b3567e..08e221a65 100644 --- a/android/namespace_test.go +++ b/android/namespace_test.go @@ -697,7 +697,7 @@ func findModuleById(ctx *TestContext, id string) (module TestingModule) { testModule, ok := candidate.(*testModule) if ok { if testModule.properties.Id == id { - module = newTestingModule(testModule) + module = newTestingModule(ctx.config, testModule) } } } |