Bug: http://b/24803663
(cherry picked from commit 577f8407e9
)
Change-Id: If1af37c419abe284677253c33de45dcb5ef6ea8d
13 lines
356 B
Makefile
13 lines
356 B
Makefile
###########################################
|
|
## A thin wrapper around BUILD_EXECUTABLE
|
|
## Common flags for native benchmarks are added.
|
|
###########################################
|
|
|
|
LOCAL_STATIC_LIBRARIES += libgoogle-benchmark
|
|
|
|
ifndef LOCAL_MODULE_PATH
|
|
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
|
|
endif
|
|
|
|
include $(BUILD_EXECUTABLE)
|