aboutsummaryrefslogtreecommitdiffstats
path: root/tradefed
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-08-20 13:29:14 -0700
committerColin Cross <ccross@android.com>2018-08-20 13:45:32 -0700
commit91606c016e7546b7e0becf53083d6d4d94d27fc1 (patch)
tree66f82e80ef5363cee332e1831394a92cd3ba2cc3 /tradefed
parent55e0bf42317822cf995ae973c172cc1d4db3090a (diff)
downloadbuild_soong-91606c016e7546b7e0becf53083d6d4d94d27fc1.tar.gz
build_soong-91606c016e7546b7e0becf53083d6d4d94d27fc1.tar.bz2
build_soong-91606c016e7546b7e0becf53083d6d4d94d27fc1.zip
Fix template for native benchmark test config
Bug: 112851515 Test: rm libcore/AndroidTest.xml && atest libjavacore-benchmarks Change-Id: I126550b6a90b06483e3ee1acec07659fa00fa8af
Diffstat (limited to 'tradefed')
-rw-r--r--tradefed/autogen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tradefed/autogen.go b/tradefed/autogen.go
index dd2e355f..264e422e 100644
--- a/tradefed/autogen.go
+++ b/tradefed/autogen.go
@@ -78,7 +78,7 @@ func AutoGenNativeTestConfig(ctx android.ModuleContext, prop *string) android.Pa
func AutoGenNativeBenchmarkTestConfig(ctx android.ModuleContext, prop *string) android.Path {
path, autogenPath := testConfigPath(ctx, prop)
if autogenPath != nil {
- autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}")
+ autogenTemplate(ctx, autogenPath, "${NativeBenchmarkTestConfigTemplate}")
}
return path
}