commit | ad51136267b3e192abe5087b6cba32563c65637e | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon May 19 14:49:13 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Mon May 19 14:49:13 2014 -0700 |
tree | b8160e28ce329f3acdeb7bb73049a6c3213702f8 | |
parent | e1efe23ff718d25c5f3d5ef7914f05f8f739eee5 [diff] |
Really fixes the ub branches Change-Id: I1d78f4e6c1d8086c2895f6739c3202e9ef74fee2
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 @@ $($(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