aboutsummaryrefslogtreecommitdiffstats
path: root/tradefed/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'tradefed/config.go')
-rw-r--r--tradefed/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tradefed/config.go b/tradefed/config.go
index 141e0c57..8249ffe8 100644
--- a/tradefed/config.go
+++ b/tradefed/config.go
@@ -31,6 +31,7 @@ func init() {
pctx.SourcePathVariable("NativeHostTestConfigTemplate", "build/make/core/native_host_test_config_template.xml")
pctx.SourcePathVariable("NativeTestConfigTemplate", "build/make/core/native_test_config_template.xml")
pctx.SourcePathVariable("PythonBinaryHostTestConfigTemplate", "build/make/core/python_binary_host_test_config_template.xml")
+ pctx.SourcePathVariable("RustHostTestConfigTemplate", "build/make/core/rust_host_test_config_template.xml")
pctx.SourcePathVariable("EmptyTestConfig", "build/make/core/empty_test_config.xml")
}