2013-11-15 23:37:23 +01:00
|
|
|
###########################################
|
|
|
|
## A thin wrapper around BUILD_EXECUTABLE
|
|
|
|
## Common flags for native benchmarks are added.
|
|
|
|
###########################################
|
2016-07-26 01:03:53 +02:00
|
|
|
$(call record-module-type,NATIVE_BENCHMARK)
|
2013-11-15 23:37:23 +01:00
|
|
|
|
2016-03-04 22:37:43 +01:00
|
|
|
LOCAL_STATIC_LIBRARIES += libgoogle-benchmark
|
2013-11-15 23:37:23 +01:00
|
|
|
|
2016-04-12 11:22:06 +02:00
|
|
|
ifndef LOCAL_MULTILIB
|
|
|
|
ifndef LOCAL_32_BIT_ONLY
|
|
|
|
LOCAL_MULTILIB := both
|
|
|
|
endif
|
2013-11-15 23:37:23 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(BUILD_EXECUTABLE)
|