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

Commit 7a27eec9 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 3aa8dfe7: am ebc903e3: am 6e014d77: Merge "Libbacktrace: Use frame-pointer on host"

* commit '3aa8dfe7':
  Libbacktrace: Use frame-pointer on host
parents 1c712453 3aa8dfe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ endif
ifeq ($(build_type),host)
  # Only build if host builds are supported.
  ifeq ($(build_host),true)
    LOCAL_CFLAGS += -Wno-extern-c-compat
    LOCAL_CFLAGS += -Wno-extern-c-compat -fno-omit-frame-pointer
    ifneq ($($(module)_libc++),)
      include external/libcxx/libcxx.mk
    endif