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

* commit 'ebc903e3d15990c8a3d9ea5a52ea2763e398caaa':
  Libbacktrace: Use frame-pointer on host
This commit is contained in:
Andreas Gampe 2015-03-27 00:54:56 +00:00 committed by Android Git Automerger
commit 3aa8dfe7ed

View file

@ -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