summaryrefslogtreecommitdiff
path: root/simpleperf/Android.mk
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-01-25 16:21:54 -0800
committerChristopher Ferris <cferris@google.com>2016-01-25 16:21:54 -0800
commit860a85824232639cb24f94667137a0468679c025 (patch)
tree528f2dcb109d17198ee9b2024bf1d473bd9e6f9c /simpleperf/Android.mk
parent1554cbcd50653d5c746eb46110929327256447a4 (diff)
downloadextras-860a85824232639cb24f94667137a0468679c025.tar.gz
Add use of libbacktrace_offline.
Change-Id: Ia8c16b3b82e4a19fcaedd21c05ab6bae5006f561
Diffstat (limited to 'simpleperf/Android.mk')
-rw-r--r--simpleperf/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/simpleperf/Android.mk b/simpleperf/Android.mk
index 7465aba9..a0736465 100644
--- a/simpleperf/Android.mk
+++ b/simpleperf/Android.mk
@@ -32,12 +32,13 @@ include $(LLVM_ROOT_PATH)/llvm.mk
simpleperf_shared_libraries_target := \
libbacktrace \
+ libbacktrace_offline \
libbase \
libLLVM \
simpleperf_shared_libraries_host := libbase
-simpleperf_shared_libraries_host_linux := libbacktrace
+simpleperf_shared_libraries_host_linux := libbacktrace libbacktrace_offline
simpleperf_shared_libraries_host_darwin := libLLVM
@@ -241,4 +242,4 @@ LOCAL_LDLIBS_linux := $(simpleperf_ldlibs_host_linux)
LOCAL_MULTILIB := first
include $(BUILD_HOST_NATIVE_TEST)
-include $(call first-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file
+include $(call first-makefiles-under,$(LOCAL_PATH))