blob: 073d8dd2e2b4498176f164cfa7a37eadd87a413b [file] [log] [blame]
Colin Cross52a341b2013-11-15 14:37:23 -08001###########################################
2## A thin wrapper around BUILD_EXECUTABLE
3## Common flags for native benchmarks are added.
4###########################################
Dan Willemsen1684b322016-07-25 16:03:53 -07005$(call record-module-type,NATIVE_BENCHMARK)
Colin Cross52a341b2013-11-15 14:37:23 -08006
Elliott Hughes9919d3b2016-03-04 13:37:43 -08007LOCAL_STATIC_LIBRARIES += libgoogle-benchmark
Colin Cross52a341b2013-11-15 14:37:23 -08008
Julien Desprez188a1dd2016-04-12 10:22:06 +01009ifndef LOCAL_MULTILIB
10ifndef LOCAL_32_BIT_ONLY
11LOCAL_MULTILIB := both
12endif
Colin Cross52a341b2013-11-15 14:37:23 -080013endif
14
15include $(BUILD_EXECUTABLE)