diff options
author | 2020-06-11 16:01:07 +0000 | |
---|---|---|
committer | 2020-06-11 16:01:07 +0000 | |
commit | a2e3a6312b3e8de9f912e0a6d0efd0cba1919636 (patch) | |
tree | e29be50c0939778286806035394463c41096cb8e /rust/testing.go | |
parent | 69bd288409194e275f5c585a4d80e1ab923fe5e8 (diff) | |
parent | e4d12a04684ad7792f797fb676541af99311d941 (diff) |
Merge "Add rust-project.json generator"
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 1 |
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 } |