summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author ThiƩbaud Weksteen <tweek@google.com> 2020-06-11 16:01:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-06-11 16:01:07 +0000
commita2e3a6312b3e8de9f912e0a6d0efd0cba1919636 (patch)
treee29be50c0939778286806035394463c41096cb8e /rust/testing.go
parent69bd288409194e275f5c585a4d80e1ab923fe5e8 (diff)
parente4d12a04684ad7792f797fb676541af99311d941 (diff)
Merge "Add rust-project.json generator"
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go
index 09008a85f..f94af71ee 100644
--- a/rust/testing.go
+++ b/rust/testing.go
@@ -100,6 +100,7 @@ func CreateTestContext() *android.TestContext {
ctx.BottomUp("rust_unit_tests", TestPerSrcMutator).Parallel()
ctx.BottomUp("rust_begin", BeginMutator).Parallel()
})
+ ctx.RegisterSingletonType("rust_project_generator", rustProjectGeneratorSingleton)
return ctx
}