Fix template for native benchmark test config
Bug: 112851515 Test: rm libcore/AndroidTest.xml && atest libjavacore-benchmarks Change-Id: I126550b6a90b06483e3ee1acec07659fa00fa8af
This commit is contained in:
@@ -78,7 +78,7 @@ func AutoGenNativeTestConfig(ctx android.ModuleContext, prop *string) android.Pa
|
|||||||
func AutoGenNativeBenchmarkTestConfig(ctx android.ModuleContext, prop *string) android.Path {
|
func AutoGenNativeBenchmarkTestConfig(ctx android.ModuleContext, prop *string) android.Path {
|
||||||
path, autogenPath := testConfigPath(ctx, prop)
|
path, autogenPath := testConfigPath(ctx, prop)
|
||||||
if autogenPath != nil {
|
if autogenPath != nil {
|
||||||
autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}")
|
autogenTemplate(ctx, autogenPath, "${NativeBenchmarkTestConfigTemplate}")
|
||||||
}
|
}
|
||||||
return path
|
return path
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user