summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorZach Ghera <zghera@google.com>2021-06-15 22:19:07 +0000
committerZach Ghera <zghera@google.com>2021-06-17 13:44:01 +0000
commit150adbee5aa2c9b07a6403d331bd4bbce0865b60 (patch)
treeeaba584138d94c3b8b95739ba1d27f6f505046ff /libunwindstack/Android.bp
parente7858f09e88eefe235ad0fbde49207f744996bbb (diff)
downloadunwinding-150adbee5aa2c9b07a6403d331bd4bbce0865b60.tar.gz
Common utils for offline test and benchmarks.
The utilities created are used by both tests/UnwindOfflinetest.cpp and OfflineUnwindBenchmarks.cpp to help perform offline unwinds. This utility module was largely taken from the offline test fixture in tests/UnwindOfflineTests.cpp. Test: Refactoring CL. Benchmarks still run and unit tests still pass. Change-Id: Ibb846930bcc2b78f3ff1f16dd007d259cfb38e22
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 22dac72..ae0d7ce 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -204,6 +204,9 @@ cc_library {
"libbase",
"libunwindstack",
],
+ whole_static_libs: [
+ "libc++fs",
+ ],
srcs: [
"utils/OfflineUnwindUtils.cpp",
"utils/MemoryFake.cpp",
@@ -501,7 +504,6 @@ cc_benchmark {
],
static_libs: [
- "libc++fs",
"libunwindstack_utils",
],