Merge "build/make: set LOCAL_NATIVE_BENCHMARK for Google Benchmark Test"

This commit is contained in:
Treehugger Robot 2018-04-20 23:08:36 +00:00 committed by Gerrit Code Review
commit 7e1130cded

View file

@ -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)