am 633a2e3b: am 3ab1d61b: am 3b5cd911: Merge "Remove libstdc++ dependency from host libbacktrace"

* commit '633a2e3b6a1d00257965a5772a5467a6df9911a5':
  Remove libstdc++ dependency from host libbacktrace
This commit is contained in:
Dan Albert 2014-05-22 18:28:01 +00:00 committed by Android Git Automerger
commit 425ed96a38

View file

@ -72,6 +72,9 @@ endif
ifeq ($(build_type),host)
# Only build if host builds are supported.
ifeq ($(build_host),true)
ifneq ($($(module)_libc++),)
include external/libcxx/libcxx.mk
endif
include $(BUILD_HOST_$(build_target))
endif
endif