summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-27 11:23:07 -0700
committerDan Albert <danalbert@google.com>2015-03-27 11:24:04 -0700
commitd0a793dca3c208ab04b67cd7dc0126a3d394d8dd (patch)
tree603590d040d6f6c5dd775fa2955be082343a9350 /libbacktrace
parent42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f (diff)
downloadsystem_core-d0a793dca3c208ab04b67cd7dc0126a3d394d8dd.tar.gz
system_core-d0a793dca3c208ab04b67cd7dc0126a3d394d8dd.tar.bz2
system_core-d0a793dca3c208ab04b67cd7dc0126a3d394d8dd.zip
Remove uses of libcxx.mk.
This is a no-op. Change-Id: Iecbcd5f6d818abbf98767a2e996c10f454b652e4
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.build.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbacktrace/Android.build.mk b/libbacktrace/Android.build.mk
index d71c8ec22..d7eaa6811 100644
--- a/libbacktrace/Android.build.mk
+++ b/libbacktrace/Android.build.mk
@@ -68,9 +68,6 @@ ifeq ($(build_type),host)
# Only build if host builds are supported.
ifeq ($(build_host),true)
LOCAL_CFLAGS += -Wno-extern-c-compat -fno-omit-frame-pointer
- ifneq ($($(module)_libc++),)
- include external/libcxx/libcxx.mk
- endif
include $(BUILD_HOST_$(build_target))
endif
endif