summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2023-02-24 09:14:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-24 09:14:48 +0000
commit25e166fa84cba057ce74dfdee82cfb5188f5601a (patch)
treebb7b9e88dfafb4ec4ea03f2966d99be22c761719
parent2e5782145c51b538c2ec1c5df031a0e1bfea1794 (diff)
parent368005d2e551925ecfe624fd3f5a5f4c81b3089f (diff)
downloadunwinding-25e166fa84cba057ce74dfdee82cfb5188f5601a.tar.gz
Cleanup use of libunwindstack_utils. am: a68d2576fc am: 368005d2e5
Original change: https://android-review.googlesource.com/c/platform/system/unwinding/+/2455385 Change-Id: I46415aaa09d5921e68fae1c86021e66cacf1aa18 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libunwindstack/Android.bp9
1 files changed, 4 insertions, 5 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 0aec80d..4023b0a 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -238,10 +238,10 @@ cc_library {
shared_libs: [
"libbase",
"libunwindstack",
- "libprocinfo",
],
whole_static_libs: [
"libc++fs",
+ "libprocinfo",
"libz",
],
srcs: [
@@ -351,7 +351,6 @@ cc_defaults {
static_libs: [
"libdexfile_support",
"libgmock",
- "libprocinfo",
"libunwindstack_utils",
],
@@ -469,9 +468,9 @@ cc_defaults {
defaults: ["libunwindstack_flags"],
shared_libs: [
- "libunwindstack_stdout_log",
"libbase",
"liblzma",
+ "libunwindstack_stdout_log",
],
target: {
// Always disable optimizations for host to make it easier to debug.
@@ -515,8 +514,8 @@ cc_binary {
name: "unwind_for_offline",
defaults: ["libunwindstack_tools"],
static_libs: [
- "libunwindstack_utils",
"libc++fs",
+ "libunwindstack_utils",
],
srcs: [
@@ -584,8 +583,8 @@ cc_benchmark {
],
static_libs: [
- "libunwindstack_utils",
"libprocinfo",
+ "libunwindstack_utils",
],
target: {