summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-19 22:34:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-19 22:34:06 +0000
commit201bf6769fec1bb01446d25e6efad0bf10c39296 (patch)
treeb8160e28ce329f3acdeb7bb73049a6c3213702f8
parente1efe23ff718d25c5f3d5ef7914f05f8f739eee5 (diff)
parentad51136267b3e192abe5087b6cba32563c65637e (diff)
downloadsystem_core-201bf6769fec1bb01446d25e6efad0bf10c39296.zip
system_core-201bf6769fec1bb01446d25e6efad0bf10c39296.tar.gz
system_core-201bf6769fec1bb01446d25e6efad0bf10c39296.tar.bz2
Merge "Really fixes the ub branches"
-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 76c7106..dc73f9f 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