Really fixes the ub branches

Change-Id: I1d78f4e6c1d8086c2895f6739c3202e9ef74fee2
This commit is contained in:
Dan Albert 2014-05-19 14:49:13 -07:00
parent e1efe23ff7
commit ad51136267
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