summaryrefslogtreecommitdiffstats
path: root/libcutils/tests
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-26 10:37:30 -0700
committerDan Albert <danalbert@google.com>2014-09-26 10:37:30 -0700
commitb50af2bc6076eb2406922f17df6daff0eb5b6a35 (patch)
tree6f26ae24a36fa54777e1136001470742fcb1f02b /libcutils/tests
parent9f93e297ee7df04bf605b9dc1251f7c772c48189 (diff)
downloadsystem_core-b50af2bc6076eb2406922f17df6daff0eb5b6a35.zip
system_core-b50af2bc6076eb2406922f17df6daff0eb5b6a35.tar.gz
system_core-b50af2bc6076eb2406922f17df6daff0eb5b6a35.tar.bz2
Don't manually link stlport.
Change-Id: I60d2bc868fb9052f120103e9675046ef54f510d0
Diffstat (limited to 'libcutils/tests')
-rw-r--r--libcutils/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/tests/Android.mk b/libcutils/tests/Android.mk
index 2b3a9ee..76db5b1 100644
--- a/libcutils/tests/Android.mk
+++ b/libcutils/tests/Android.mk
@@ -41,9 +41,9 @@ LOCAL_STATIC_LIBRARIES := \
libc \
libcutils \
liblog \
- libstlport_static \
libutils \
+LOCAL_CXX_STL := stlport_static
LOCAL_MULTILIB := both
LOCAL_MODULE_STEM_32 := $(LOCAL_MODULE)32
LOCAL_MODULE_STEM_64 := $(LOCAL_MODULE)64