summaryrefslogtreecommitdiffstats
path: root/libbacktrace/Android.build.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-19 14:49:13 -0700
committerDan Albert <danalbert@google.com>2014-05-19 14:49:13 -0700
commitad51136267b3e192abe5087b6cba32563c65637e (patch)
treeb8160e28ce329f3acdeb7bb73049a6c3213702f8 /libbacktrace/Android.build.mk
parente1efe23ff718d25c5f3d5ef7914f05f8f739eee5 (diff)
downloadcore-ad51136267b3e192abe5087b6cba32563c65637e.tar.gz
core-ad51136267b3e192abe5087b6cba32563c65637e.tar.bz2
core-ad51136267b3e192abe5087b6cba32563c65637e.zip
Really fixes the ub branches
Change-Id: I1d78f4e6c1d8086c2895f6739c3202e9ef74fee2
Diffstat (limited to 'libbacktrace/Android.build.mk')
-rw-r--r--libbacktrace/Android.build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/Android.build.mk b/libbacktrace/Android.build.mk
index 76c710640..dc73f9f50 100644
--- a/libbacktrace/Android.build.mk
+++ b/libbacktrace/Android.build.mk
@@ -60,7 +60,7 @@ LOCAL_LDLIBS := \
$($(module)_ldlibs_$(build_type)) \
ifeq ($(build_type),target)
- ifneq ($(module)_libc++,)
+ ifneq ($($(module)_libc++),)
include external/libcxx/libcxx.mk
else
include external/stlport/libstlport.mk