* commit 'c6112ca4b8d0712fdd4c0ab3258d3ceaf2f8064e': Really fixes the ub branches
This commit is contained in:
commit
fbc5ca28c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue