1########################################### 2## A thin wrapper around BUILD_EXECUTABLE 3## Common flags for native benchmarks are added. 4########################################### 5$(call record-module-type,NATIVE_BENCHMARK) 6 7LOCAL_STATIC_LIBRARIES += libgoogle-benchmark 8 9ifndef LOCAL_MULTILIB 10ifndef LOCAL_32_BIT_ONLY 11LOCAL_MULTILIB := both 12endif 13endif 14 15include $(BUILD_EXECUTABLE) 16