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

* commit '3aa8dfe7ed7708004e007eb9ba0e4b7f520f2e4c':
  Libbacktrace: Use frame-pointer on host
diff --git a/libbacktrace/Android.build.mk b/libbacktrace/Android.build.mk
index 7e1cd53..d71c8ec 100644
--- a/libbacktrace/Android.build.mk
+++ b/libbacktrace/Android.build.mk
@@ -67,7 +67,7 @@
 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