summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-22 17:21:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-22 17:21:52 +0000
commit3b5cd9117df7e7420055352b496383a477f008d3 (patch)
treeb650d1ec0732c4abc0d0ef0905fb42bfefd4e408 /libbacktrace
parente9a6d0a09950b9d28f63c8bb3e05530cd23574c0 (diff)
parenta3a8f6d2ab16afaa3018406c694c7d63929f2a83 (diff)
downloadsystem_core-3b5cd9117df7e7420055352b496383a477f008d3.zip
system_core-3b5cd9117df7e7420055352b496383a477f008d3.tar.gz
system_core-3b5cd9117df7e7420055352b496383a477f008d3.tar.bz2
Merge "Remove libstdc++ dependency from host libbacktrace"
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbacktrace/Android.build.mk b/libbacktrace/Android.build.mk
index dc73f9f..9882e31 100644
--- a/libbacktrace/Android.build.mk
+++ b/libbacktrace/Android.build.mk
@@ -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