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

Commit b4954004 authored by Dan Albert's avatar Dan Albert Committed by Brian Carlstrom
Browse files

Remove libstdc++ dependency from host libbacktrace

The libc++ version of libbacktrace on the host was still linking against
libstdc++, and this was causing problems in art.

(cherry picked from commit a3a8f6d2)

Change-Id: Id511dd9cca05c3aa0de2ad13682675ea4ac6424d
parent c24b98c7
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