Merge "build/make: set LOCAL_NATIVE_BENCHMARK for Google Benchmark Test"
This commit is contained in:
commit
7e1130cded
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *androi
|
|||
fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITE :=",
|
||||
strings.Join(benchmark.Properties.Test_suites, " "))
|
||||
}
|
||||
fmt.Fprintln(w, "LOCAL_NATIVE_BENCHMARK := true")
|
||||
})
|
||||
|
||||
androidMkWriteTestData(benchmark.data, ctx, ret)
|
||||
|
|
Loading…
Reference in a new issue