Merge "Really fixes the ub branches"

This commit is contained in:
Dan Albert 2014-05-19 22:34:06 +00:00 committed by Gerrit Code Review
commit 201bf6769f

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