diff options
| -rw-r--r-- | cc/androidmk.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/androidmk.go b/cc/androidmk.go index 9bcb7835a..58241689b 100644 --- a/cc/androidmk.go +++ b/cc/androidmk.go @@ -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) |