summaryrefslogtreecommitdiffstats
path: root/benchmarks/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-16 10:06:29 -0700
committerDan Albert <danalbert@google.com>2015-03-16 13:50:15 -0700
commit4c1dbb40008d7f731d913c8e6c5b366d903751e2 (patch)
treec3bd237b092a2a86f91f05e377635894a21706d1 /benchmarks/Android.mk
parente5fff0831c12c6d9fe1f2d7734fd839772664c6d (diff)
downloadbionic-4c1dbb40008d7f731d913c8e6c5b366d903751e2.zip
bionic-4c1dbb40008d7f731d913c8e6c5b366d903751e2.tar.gz
bionic-4c1dbb40008d7f731d913c8e6c5b366d903751e2.tar.bz2
Revert "Revert "Moving StringPrintf to libbase.""
This reverts commit d2dad2b24fb82604f9dbe7a082e630a524f1473d. (cherry picked from commit 3e87c785434fdfed2fb00496cb391c411a426bdd)
Diffstat (limited to 'benchmarks/Android.mk')
-rw-r--r--benchmarks/Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index ae0541f..e1580fe 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -42,7 +42,7 @@ LOCAL_CFLAGS := $(benchmark_cflags)
LOCAL_CPPFLAGS := $(benchmark_cppflags)
LOCAL_SRC_FILES := $(benchmarklib_src_files)
LOCAL_C_INCLUDES := $(benchmark_c_includes)
-LOCAL_STATIC_LIBRARIES := libutils
+LOCAL_STATIC_LIBRARIES := libbase
include $(BUILD_STATIC_LIBRARY)
# Only supported on linux systems.
@@ -55,7 +55,7 @@ LOCAL_CPPFLAGS := $(benchmark_cppflags)
LOCAL_SRC_FILES := $(benchmarklib_src_files)
LOCAL_C_INCLUDES := $(benchmark_c_includes)
LOCAL_MULTILIB := both
-LOCAL_STATIC_LIBRARIES := libutils
+LOCAL_STATIC_LIBRARIES := libbase
include $(BUILD_HOST_STATIC_LIBRARY)
endif
@@ -84,7 +84,7 @@ LOCAL_MULTILIB := both
LOCAL_CFLAGS := $(benchmark_cflags)
LOCAL_CPPFLAGS := $(benchmark_cppflags)
LOCAL_SRC_FILES := $(benchmark_src_files)
-LOCAL_STATIC_LIBRARIES := libbenchmark libutils
+LOCAL_STATIC_LIBRARIES := libbenchmark libbase
include $(BUILD_EXECUTABLE)
# We don't build a static benchmark executable because it's not usually
@@ -106,7 +106,7 @@ LOCAL_CFLAGS := $(benchmark_cflags)
LOCAL_CPPFLAGS := $(benchmark_cppflags)
LOCAL_LDFLAGS := -lrt
LOCAL_SRC_FILES := $(benchmark_src_files)
-LOCAL_STATIC_LIBRARIES := libbenchmark libutils
+LOCAL_STATIC_LIBRARIES := libbenchmark libbase
include $(BUILD_HOST_EXECUTABLE)
endif