aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-19 10:50:15 -0700
committerDan Albert <danalbert@google.com>2014-05-19 11:33:14 -0700
commit4d35da1df8b74c1965b2201f6089e7d7bb352def (patch)
tree21c58c7fa8fa2d34d777eeae25a79d5bf05b087a /benchmarks
parent48ee47ce25fa9c99df49855ebf77ae1758d58d47 (diff)
downloadbionic-4d35da1df8b74c1965b2201f6089e7d7bb352def.tar.gz
Removes bionic's dependence on stlport
Only affects tests/benchmarks. Confirmed passing on arm. Change-Id: If158e23e8cd06e7597ef6f3c9376f6799b467e62
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index cf3d692ac..d8e0d27fa 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -49,8 +49,7 @@ LOCAL_MODULE_STEM_64 := bionic-benchmarks64
LOCAL_MULTILIB := both
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_CFLAGS += $(benchmark_c_flags)
-LOCAL_C_INCLUDES += external/stlport/stlport bionic/ bionic/libstdc++/include
-LOCAL_SHARED_LIBRARIES += libstlport
+include external/libcxx/libcxx.mk
LOCAL_SRC_FILES := $(benchmark_src_files)
include $(BUILD_EXECUTABLE)