From e73a0642386aa48e93c4761d85f5fa07d703c04f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 11 Nov 2014 15:14:07 -0800 Subject: Use the new name for the libc++ libbacktrace. I'm removing the stlport flavored libbacktrace, so the libc++ one can have the normal name now. Bug: 15193147 Change-Id: Ie138bc8034533cae56ea15095eebc5f52e56f32d --- runtime/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Android.mk b/runtime/Android.mk index 4505b8e990..082e8dd9cd 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk @@ -465,7 +465,7 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT LOCAL_SHARED_LIBRARIES := libnativehelper libnativebridge libsigchain include external/libcxx/libcxx.mk - LOCAL_SHARED_LIBRARIES += libbacktrace_libc++ + LOCAL_SHARED_LIBRARIES += libbacktrace ifeq ($$(art_target_or_host),target) LOCAL_SHARED_LIBRARIES += libdl # ZipArchive support, the order matters here to get all symbols. -- cgit v1.2.3-59-g8ed1b