am 201bf676: Merge "Really fixes the ub branches"

* commit '201bf6769fec1bb01446d25e6efad0bf10c39296':
  Really fixes the ub branches
This commit is contained in:
Dan Albert 2014-05-19 22:37:29 +00:00 committed by Android Git Automerger
commit 5b654f1531
1 changed files with 1 additions and 1 deletions

View File

@ -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