Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 425ed96a authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

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

* commit '633a2e3b':
  Remove libstdc++ dependency from host libbacktrace
parents 6963176f 633a2e3b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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