diff options
| author | Dan Albert <danalbert@google.com> | 2014-05-22 17:21:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-22 17:21:52 +0000 |
| commit | 3b5cd9117df7e7420055352b496383a477f008d3 (patch) | |
| tree | b650d1ec0732c4abc0d0ef0905fb42bfefd4e408 /libbacktrace | |
| parent | e9a6d0a09950b9d28f63c8bb3e05530cd23574c0 (diff) | |
| parent | a3a8f6d2ab16afaa3018406c694c7d63929f2a83 (diff) | |
| download | system_core-3b5cd9117df7e7420055352b496383a477f008d3.tar.gz system_core-3b5cd9117df7e7420055352b496383a477f008d3.tar.bz2 system_core-3b5cd9117df7e7420055352b496383a477f008d3.zip | |
Merge "Remove libstdc++ dependency from host libbacktrace"
Diffstat (limited to 'libbacktrace')
| -rw-r--r-- | libbacktrace/Android.build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbacktrace/Android.build.mk b/libbacktrace/Android.build.mk index dc73f9f50..9882e3116 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 |
