From 577f8407e915fd278d089968bdafdad171f8c3d1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 4 Mar 2016 13:37:43 -0800 Subject: [PATCH] Move BUILD_NATIVE_BENCHMARK over to libgoogle-benchmark. Bug: http://b/24803663 Change-Id: I1565cf680298a1765e88162d8b0e59dedba29bd7 --- core/native_benchmark.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/native_benchmark.mk b/core/native_benchmark.mk index e5ca451f6d..fe378b88a8 100644 --- a/core/native_benchmark.mk +++ b/core/native_benchmark.mk @@ -3,7 +3,7 @@ ## Common flags for native benchmarks are added. ########################################### -LOCAL_STATIC_LIBRARIES += libbenchmark libbase +LOCAL_STATIC_LIBRARIES += libgoogle-benchmark ifndef LOCAL_MODULE_PATH LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)