diff options
| author | 2014-11-12 22:12:42 +0000 | |
|---|---|---|
| committer | 2014-11-12 22:12:43 +0000 | |
| commit | 741e287b60136db49ecf8da72f2b5ca48b0a39bd (patch) | |
| tree | 4c77bb2b7a95a41460a2eb89c1ab97047e8545ba | |
| parent | 81ea72beefbf304cdc02942d131f5a5dab69e648 (diff) | |
| parent | e73a0642386aa48e93c4761d85f5fa07d703c04f (diff) | |
Merge "Use the new name for the libc++ libbacktrace."
| -rw-r--r-- | runtime/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |