am 3b5cd911: Merge "Remove libstdc++ dependency from host libbacktrace"
* commit '3b5cd9117df7e7420055352b496383a477f008d3': Remove libstdc++ dependency from host libbacktrace
This commit is contained in:
commit
3ab1d61b75
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue